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 | 誰遜即樽 | 1001001001001110100100011011101110010001101001101001001001001101 | 924e91bb91a6924d |
EUC-JP | 誰遜即樽 | 1100001110101111110000101011110111000010101010001100001110101110 | c3afc2bdc2a8c3ae |
UTF-8 | 誰遜即樽 | 111010001010101010110000111010011000000110011100111001011000110110110011111001101010100010111101 | e8aab0e9819ce58db3e6a8bd |
UHC | 誰遜?樽 | 11100010110000011110000111100001001111111111000111011100 | e2c1e1e13ff1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)