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 | ??bi??biB | 001111110011111101100010011010010011111100111111011000100110100101000010 | 3f3f62693f3f626942 |
SJIS-WIN | ??bi??biB | 001111110011111101100010011010010011111100111111011000100110100101000010 | 3f3f62693f3f626942 |
EUC-JP | ??bi??biB | 001111110011111101100010011010010011111100111111011000100110100101000010 | 3f3f62693f3f626942 |
UTF-8 | 횂혨bi횂혨biB | 1110110110011010100000101110110110011000101010000110001001101001111011011001101010000010111011011001100010101000011000100110100101000010 | ed9a82ed98a86269ed9a82ed98a8626942 |
UHC | 횂혨bi횂혨biB | 11000011100000101100001010010000011000100110100111000011100000101100001010010000011000100110100101000010 | c382c2906269c382c290626942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)