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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 閻コ}v閻コ}vB | 1110100010000101101110100111110101110110111010001000010110111010011111010111011001000010 | e885ba7d76e885ba7d7642 |
EUC-JP | 閻コ}v閻コ}vB | 11101111111001011000111010111010011111010111011011101111111001011000111010111010011111010111011001000010 | efe58eba7d76efe58eba7d7642 |
UTF-8 | 閻コ}v閻コ}vB | 1110100110010110101110111110111110111101101110100111110101110110111010011001011010111011111011111011110110111010011111010111011001000010 | e996bbefbdba7d76e996bbefbdba7d7642 |
UHC | 閻?}v閻?}vB | 1110011110100010001111110111110101110110111001111010001000111111011111010111011001000010 | e7a23f7d76e7a23f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)