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 | 恙?? | 10011100100110010011111100111111 | 9c993f3f |
EUC-JP | 恙?? | 11010111111110010011111100111111 | d7f93f3f |
UTF-8 | 恙껊빋 | 111001101000000110011001111010101011101110001010111010111011100110001011 | e68199eabb8aebb98b |
UHC | 恙껊빋 | 111001011011111110000011111010111001010110110001 | e5bf83eb95b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)