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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??醍呼 | 001111110011111110010001111001111000110011000100 | 3f3f91e78cc4 |
EUC-JP | ??醍呼 | 001111110011111111000010111010011011100011000110 | 3f3fc2e9b8c6 |
UTF-8 | 뤰ㅨ醍呼 | 111010111010010010110000111000111000010110101000111010011000011010001101111001011001000110111100 | eba4b0e385a8e9868de591bc |
UHC | 뤰ㅨ醍呼 | 1000111111011110101001001101100011110000101101011111101110111100 | 8fdea4d8f0b5fbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)