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 | 正?砥? | 100100001011001100111111100100110111010100111111 | 90b33f93753f |
EUC-JP | 正?砥? | 110000001011010100111111110001011101011000111111 | c0b53fc5d63f |
UTF-8 | 正렡砥렋 | 111001101010110110100011111010111010000010100001111001111010000010100101111010111010000010001011 | e6ada3eba0a1e7a0a5eba08b |
UHC | 正렡砥렋 | 1110111111100001100011101011001011110010101100101000111010100010 | efe18eb2f2b28ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)