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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 歷썹퉫歷썸짎^ | 11101111101001101000110011101100100011011011100111101101100010011010101111101111101001101000110011101100100011011011100011101100101001111000111001011110 | efa68cec8db9ed89abefa68cec8db8eca78e5e |
UHC | 歷썹퉫歷썸짎^ | 11100110101110001011110111100111101110011000001111100110101110001011110111100110101000111001101001011110 | e6b8bde7b983e6b8bde6a39a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)