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 | ?????釜 | 00111111001111110011111100111111001111111000101010011000 | 3f3f3f3f3f8a98 |
EUC-JP | ?????釜 | 00111111001111110011111100111111001111111011001111111000 | 3f3f3f3f3fb3f8 |
UTF-8 | 룶쾹㈒룴점釜 | 111010111010001110110110111011001011111010111001111000111000100010010010111010111010001110110100111011001010000010010000111010011000011110011100 | eba3b6ecbeb9e38892eba3b4eca090e9879c |
UHC | 룶쾹㈒룴점釜 | 100011111010101110110010100011111010100111000011100011111010100111000001101000011101110110111100 | 8fabb28fa9c38fa9c1a1ddbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)