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 | 藥??岳?鈺 | 111001010101101000111111001111111000101001111000001111111111101111000100 | e55a3f3f8a783ffbc4 |
EUC-JP | 藥??岳?鈺 | 11101001101110110011111100111111101100111101100100111111100011111110001111010101 | e9bb3f3fb3d93f8fe3d5 |
UTF-8 | 藥썸씇岳뾃鈺 | 111010001001011110100101111011001000110110111000111011001001010010000111111001011011001010110011111010111011111010000011111010011000100010111010 | e897a5ec8db8ec9487e5b2b3ebbe83e988ba |
UHC | 藥썸씇岳뾃鈺 | 111001011011011110111101111001101001110110011111111001001011111110010111010000011110100010101101 | e5b7bde69d9fe4bf9741e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)