To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 櫻??暎?? | 1001111101001110001111110011111110011101111100110011111100111111 | 9f4e3f3f9df33f3f |
EUC-JP | 櫻??暎?? | 1101110110101111001111110011111111011010111101010011111100111111 | ddaf3f3fdaf53f3f |
UTF-8 | 櫻쇰젛暎㏓젾 | 111001101010101110111011111011001000011110110000111011001010000010011011111001101001101010001110111000111000111110010011111011001010000010111110 | e6abbbec87b0eca09be69a8ee38f93eca0be |
UHC | 櫻쇰젛暎㏓젾 | 111001011010000110111100111010111010000010010111111001111011001010100111111010111010000010110000 | e5a1bceba097e7b2a7eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)