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 | 単達束遜 | 1001001001010000100100100100001010010001101010011001000110111011 | 9250924291a991bb |
EUC-JP | 単達束遜 | 1100001110110001110000111010001111000010101010111100001010111101 | c3b1c3a3c2abc2bd |
UTF-8 | 単達束遜 | 111001011000110110011000111010011000000110010100111001101001110110011111111010011000000110011100 | e58d98e98194e69d9fe9819c |
UHC | ?達束遜 | 00111111110100111011100111100001110101101110000111100001 | 3fd3b9e1d6e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)