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 | 咀?箏 | 1001100111110000001111111110001010110101 | 99f03fe2b5 |
EUC-JP | 咀?箏 | 1101001011110010001111111110010010110111 | d2f23fe4b7 |
UTF-8 | 咀렫箏 | 111001011001001010000000111010111010000010101011111001111010111010001111 | e59280eba0abe7ae8f |
UHC | 咀렫箏 | 111011101011101010001110101110011110111010110100 | eeba8eb9eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)