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?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | ?O?狼 | 0011111101001111001111111001100001010100 | 3f4f3f9854 |
EUC-JP | ?O?狼 | 0011111101001111001111111100111110110101 | 3f4f3fcfb5 |
UTF-8 | 쏜O媤狼 | 11101100100011111001110001001111111001011010101010100100111001111000101110111100 | ec8f9c4fe5aaa4e78bbc |
UHC | 쏜O媤狼 | 10111101111100000100111111100011101110001101010111001001 | bdf04fe3b8d5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)