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 | ?邯? | 00111111111001111011011000111111 | 3fe7b63f |
EUC-JP | ?邯? | 00111111111011101011100000111111 | 3feeb83f |
UTF-8 | 낳邯꼼 | 111010111000001010110011111010011000001010101111111010101011110010111100 | eb82b3e982afeabcbc |
UHC | 낳邯꼼 | 101100111011101011001010111110111011001011000100 | b3bacafbb2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)