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 | 顰懷孫碪 | 1110100011111100100111001110010110010001101101111110000111110010 | e8fc9ce591b7e1f2 |
EUC-JP | 顰懷孫碪 | 1111000011111110110110001110011111000010101110011110001011110100 | f0fed8e7c2b9e2f4 |
UTF-8 | 顰懷孫碪 | 111010011010000110110000111001101000011110110111111001011010110110101011111001111010001010101010 | e9a1b0e687b7e5adabe7a2aa |
UHC | ?懷孫? | 001111111111110011100011111000011101110100111111 | 3ffce3e1dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)