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 | 繹??鈺?? | 1110001110001000001111110011111111111011110001000011111100111111 | e3883f3ffbc43f3f |
EUC-JP | 繹??鈺?? | 111001011110100000111111001111111000111111100011110101010011111100111111 | e5e83f3f8fe3d53f3f |
UTF-8 | 繹울슨鈺롥넁 | 111001111011100110111001111011001001101010111000111011001000101010101000111010011000100010111010111010111010000110100101111010111000010010000001 | e7b9b9ec9ab8ec8aa8e988baeba1a5eb8481 |
UHC | 繹울슨鈺롥넁 | 111001101011101010111111111011111011110110111100111010001010110110001110111001011000011010010001 | e6babfefbdbce8ad8ee58691 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)