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 | ナテ菽愠 | 110001011100001111100100110000011111101011000001 | c5c3e4c1fac1 |
EUC-JP | ナテ菽? | 10001110110001011000111011000011111010001100001100111111 | 8ec58ec3e8c33f |
UTF-8 | ナテ菽愠 | 111011111011111010000101111011111011111010000011111010001000111110111101111001101000010010100000 | efbe85efbe83e88fbde684a0 |
UHC | ??菽? | 0011111100111111111000101101110100111111 | 3f3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)