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 | 蒟蒹 | 1111000111100011111001001110010111100100111000111111000111100011 | f1e3e4e5e4e3f1e3 |
EUC-JP | ?蒟蒹? | 001111111110100011100111111010001110010100111111 | 3fe8e7e8e53f |
UTF-8 | 蒟蒹 | 111011101000010110011110111010001001001010011111111010001001001010111001111011101000010110011110 | ee859ee8929fe892b9ee859e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)