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 | 邂情秤蹊 | 1110011110101110100011111110111010010100100010011110011011111100 | e7ae8fee9489e6fc |
EUC-JP | 邂情秤蹊 | 1110111010110000101111101111000011000111111010011110110011111110 | eeb0bef0c7e9ecfe |
UTF-8 | 邂情秤蹊 | 111010011000001010000010111001101000001110000101111001111010011110100100111010001011100110001010 | e98282e68385e7a7a4e8b98a |
UHC | 邂情秤蹊 | 1111101010110011111011111101011111110110110111111111101110110111 | fab3efd7f6dffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)