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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 攝釗少nB | 1001110110010000111110111011101110001111101011010110111001000010 | 9d90fbbb8fad6e42 |
EUC-JP | 攝釗少nB | 110110011111000010001111111000111010011010111110101011110110111001000010 | d9f08fe3a6beaf6e42 |
UTF-8 | 攝釗少nB | 1110011010010100100111011110100110000111100101111110010110110000100100010110111001000010 | e6949de98797e5b0916e42 |
UHC | 攝釗少nB | 1110000011101110111000011111001011100001101101000110111001000010 | e0eee1f2e1b46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)