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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 悠?∮ | 1001011101001001001111111000011110010011 | 97493f8793 |
EUC-JP | 悠?? | 11001101101010100011111100111111 | cdaa3f3f |
UTF-8 | 悠⑸∮ | 111001101000001010100000111000101001000110111000111000101000100010101110 | e682a0e291b8e288ae |
UHC | 悠⑸∮ | 111010101110110110101001111010111010001010110001 | eaeda9eba2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)