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 | ?五?? | 0011111110001100110111000011111100111111 | 3f8cdc3f3f |
EUC-JP | ?五?? | 0011111110111000110111100011111100111111 | 3fb8de3f3f |
UTF-8 | 렮五렧렧 | 111010111010000010101110111001001011101010010100111010111010000010100111111010111010000010100111 | eba0aee4ba94eba0a7eba0a7 |
UHC | 렮五렧렧 | 1000111010111011111001111110100110001110101101101000111010110110 | 8ebbe7e98eb68eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)