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 | 漆肛耳 | 1111000111111100100011101011110111100011111010001000111010101000 | f1fc8ebde3e88ea8 |
EUC-JP | ?漆肛耳 | 00111111101111001011111111100110111010101011110010101010 | 3fbcbfe6eabcaa |
UTF-8 | 漆肛耳 | 111011101000010110110111111001101011110010000110111010001000001010011011111010001000000010110011 | ee85b7e6bc86e8829be880b3 |
UHC | ?漆肛耳 | 00111111111101101101010011111001111111011110110010111100 | 3ff6d4f9fdecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)