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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ぴ?審? | 0011111100111111100000101101001000111111100100000101001000111111 | 3f3f82d23f90523f |
EUC-JP | ??ぴ?審? | 0011111100111111101001001101010000111111101111111011001100111111 | 3f3fa4d43fbfb33f |
UTF-8 | 룶즽ぴ룶審룴 | 111010111010001110110110111011001010011010111101111000111000000110110100111010111010001110110110111001011010111110101001111010111010001110110100 | eba3b6eca6bde381b4eba3b6e5afa9eba3b4 |
UHC | 룶즽ぴ룶審룴 | 100011111010101110100011100011111010101011010100100011111010101111100011111110111000111110101001 | 8faba38faad48fabe3fb8fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)