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 | 雅⑥?唯?? | 100010011110101110000111010001010011111110010111010000100011111100111111 | 89eb87453f97423f3f |
EUC-JP | 雅??唯?? | 1011001011101101001111110011111111001101101000110011111100111111 | b2ed3f3fcda33f3f |
UTF-8 | 雅⑥띂唯덌쫵 | 111010011001101110000101111000101001000110100101111010111001110110000010111001011001010010101111111010111000110110001100111011001010101110110101 | e99b85e291a5eb9d82e594afeb8d8cecabb5 |
UHC | 雅⑥띂唯덌쫵 | 111001001011101010101000111011001000110110111101111010101110011010001000111011111010011010001100 | e4baa8ec8dbdeae688efa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)