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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 航??蜈? | 10001101011100010011111100111111111001011000010100111111 | 8d713f3fe5853f |
EUC-JP | 航??蜈? | 10111001110100100011111100111111111010011110010100111111 | b9d23f3fe9e53f |
UTF-8 | 航쒙풕蜈띹 | 111010001000100010101010111011001001001010011001111011011001001010010101111010001001110010001000111010111001110110111001 | e888aaec9299ed9295e89c88eb9db9 |
UHC | 航쒙풕蜈띹 | 11111001111111101001110011101111101111101001100011101000101001011000110111101000 | f9fe9cefbe98e8a58de8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)