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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 上シ悉褓蒔 | 100011111110001110111100100011101011101111100101111011101000111010101010 | 8fe3bc8ebbe5ee8eaa |
EUC-JP | 上シ悉褓蒔 | 10111110111001011000111010111100101111001011110111101010111100001011110010101100 | bee58ebcbcbdeaf0bcac |
UTF-8 | 上シ悉褓蒔 | 111001001011100010001010111011111011110110111100111001101000001010001001111010001010010010010011111010001001001010010100 | e4b88aefbdbce68289e8a493e89294 |
UHC | 上?悉褓蒔 | 110111111011111000111111111000111111101011011100110011101110001111001000 | dfbe3fe3fadccee3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)