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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | ?孰?惡x | 00111111100110110111100000111111100111001010011001111000 | 3f9b783f9ca678 |
EUC-JP | ?孰?惡x | 00111111110101011101100100111111110110001010100001111000 | 3fd5d93fd8a878 |
UTF-8 | 롒孰렔惡x | 11101011101000011001001011100101101011011011000011101011101000001001010011100110100000111010000101111000 | eba192e5adb0eba094e683a178 |
UHC | 롒孰렔惡x | 100011101101011111100010110101011000111010101001111001001100001001111000 | 8ed7e2d58ea9e4c278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)