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 | 1001001010000110001111110111110101110110100100101000011000111111011111010111011001000010 | 92863f7d7692863f7d7642 |
EUC-JP | 中?}v中?}vB | 1100001111100110001111110111110101110110110000111110011000111111011111010111011001000010 | c3e63f7d76c3e63f7d7642 |
UTF-8 | 中렪}v中렪}vB | 1110010010111000101011011110101110100000101010100111110101110110111001001011100010101101111010111010000010101010011111010111011001000010 | e4b8adeba0aa7d76e4b8adeba0aa7d7642 |
UHC | 中렪}v中렪}vB | 11110001111010011000111010111000011111010111011011110001111010011000111010111000011111010111011001000010 | f1e98eb87d76f1e98eb87d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)