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 | ???O?? | 001111110011111100111111010011110011111100111111 | 3f3f3f4f3f3f |
SJIS-WIN | 膝??O?? | 10010101010001110011111100111111010011110011111100111111 | 95473f3f4f3f3f |
EUC-JP | 膝??O?? | 11001001101010000011111100111111010011110011111100111111 | c9a83f3f4f3f3f |
UTF-8 | 膝걤멩O덁똓 | 11101000100001101001110111101010101100011010010011101011101010011010100101001111111010111000110110000001111010111001100010010011 | e8869deab1a4eba9a94feb8d81eb9893 |
UHC | 膝걤멩O덁똓 | 1110001110100011100000011000110110111000111001100100111110001000111001001000110001010010 | e3a3818db8e64f88e48c52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)