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 | ?純??健モ | 001111111000111110000011001111110011111110001100100100101000001110000010 | 3f8f833f3f8c928382 |
EUC-JP | ?純??健モ | 001111111011110111100011001111110011111110110111111100101010010111100010 | 3fbde33f3fb7f2a5e2 |
UTF-8 | 룶純㈒룴健モ | 111010111010001110110110111001111011010010010100111000111000100010010010111010111010001110110100111001011000000110100101111000111000001110100010 | eba3b6e7b494e38892eba3b4e581a5e383a2 |
UHC | 룶純㈒룴健モ | 100011111010101111100010111011011010100111000011100011111010100111001011111011011010101111100010 | 8fabe2eda9c38fa9cbedabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)