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 | ???蒿 | 0011111100111111001111111110010011100100 | 3f3f3fe4e4 |
EUC-JP | ???蒿 | 0011111100111111001111111110100011100110 | 3f3f3fe8e6 |
UTF-8 | 앓렫렰蒿 | 111011001001010110010011111010111010000010101011111010111010000010110000111010001001001010111111 | ec9593eba0abeba0b0e892bf |
UHC | 앓렫렰蒿 | 1011111011001110100011101011100110001110101111011111101111011010 | bece8eb98ebdfbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)