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 | ??競 | 00111111001111111000101110100011 | 3f3f8ba3 |
EUC-JP | ??競 | 00111111001111111011011010100101 | 3f3fb6a5 |
UTF-8 | 켜민競 | 111011001011110010011100111010111010111110111100111001111010101110110110 | ecbc9cebafbce7abb6 |
UHC | 켜민競 | 110001001101000110111001110011101100110011100110 | c4d1b9cecce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)