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 | 0011111111111010101110010111110101110110001111111111101010111001011111010111011001000010 | 3ffab97d763ffab97d7642 |
EUC-JP | ?彧}v?彧}vB | 00111111100011111011110011111110011111010111011000111111100011111011110011111110011111010111011001000010 | 3f8fbcfe7d763f8fbcfe7d7642 |
UTF-8 | 잨彧}v잨彧}vB | 1110110010011110101010001110010110111101101001110111110101110110111011001001111010101000111001011011110110100111011111010111011001000010 | ec9ea8e5bda77d76ec9ea8e5bda77d7642 |
UHC | 잨彧}v잨彧}vB | 10011111111100111110100111101110011111010111011010011111111100111110100111101110011111010111011001000010 | 9ff3e9ee7d769ff3e9ee7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)