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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 堤?}i堤?}iB | 1001001011100111001111110111110101101001100100101110011100111111011111010110100101000010 | 92e73f7d6992e73f7d6942 |
EUC-JP | 堤?}i堤?}iB | 1100010011101001001111110111110101101001110001001110100100111111011111010110100101000010 | c4e93f7d69c4e93f7d6942 |
UTF-8 | 堤렡}i堤렡}iB | 1110010110100000101001001110101110100000101000010111110101101001111001011010000010100100111010111010000010100001011111010110100101000010 | e5a0a4eba0a17d69e5a0a4eba0a17d6942 |
UHC | 堤렡}i堤렡}iB | 11110000101001111000111010110010011111010110100111110000101001111000111010110010011111010110100101000010 | f0a78eb27d69f0a78eb27d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)