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 | ??見 | 00111111001111111000110010101001 | 3f3f8ca9 |
EUC-JP | ??見 | 00111111001111111011100010101011 | 3f3fb8ab |
UTF-8 | 뤝웡見 | 111010111010010010011101111011001001101110100001111010001010011010001011 | eba49dec9ba1e8a68b |
UHC | 뤝웡見 | 100011111100110010111111111111011100110010111000 | 8fccbffdccb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)