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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??悠? | 10011110111101000011111100111111100101110100100100111111 | 9ef43f3f97493f |
EUC-JP | 橈??悠? | 11011100111101100011111100111111110011011010101000111111 | dcf63f3fcdaa3f |
UTF-8 | 橈볥쓧悠쿍 | 111001101010100110001000111010111011001110100101111011001001001110100111111001101000001010100000111011001011111110001101 | e6a988ebb3a5ec93a7e682a0ecbf8d |
UHC | 橈볥쓧悠쿍 | 11101000111110101001001111101011100111011000100011101010111011011011001101000010 | e8fa93eb9d88eaedb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)