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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セ裘セ磁疾漆 | 10111110111001011110001010111110100011101010010110001110101111101000111010111101 | bee5e2be8ea58ebe8ebd |
EUC-JP | セ裘セ磁疾漆 | 100011101011111011101010111001001000111010111110101111001010011110111100110000001011110010111111 | 8ebeeae48ebebca7bcc0bcbf |
UTF-8 | セ裘セ磁疾漆 | 111011111011110110111110111010001010001110011000111011111011110110111110111001111010001110000001111001111001011010111110111001101011110010000110 | efbdbee8a398efbdbee7a381e796bee6bc86 |
UHC | ???磁疾漆 | 001111110011111100111111111011011011100011110010111100001111011011010100 | 3f3f3fedb8f2f0f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)