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 | ?灑? | 00111111111000000111001000111111 | 3fe0723f |
EUC-JP | ?灑? | 00111111110111111101001100111111 | 3fdfd33f |
UTF-8 | 씔灑롆 | 111011001001010010010100111001111000000110010001111010111010000110000110 | ec9494e78191eba186 |
UHC | 씔灑롆 | 101111101011110011100001111011101000111011001100 | bebce1ee8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)