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 | 再?裝? | 100011011100010000111111111001011110010000111111 | 8dc43fe5e43f |
EUC-JP | 再?裝? | 101110101100011000111111111010101110011000111111 | bac63feae63f |
UTF-8 | 再렑裝렯 | 111001011000011010001101111010111010000010010001111010001010001110011101111010111010000010101111 | e5868deba091e8a39deba0af |
UHC | 再렑裝렯 | 1110111010100010100011101010011011101101111110111000111010111100 | eea28ea6edfb8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)