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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 隸뚥틢隸 | 111011111010011010111000111010111001101010100101111011011000101110100010111011111010011010111000 | efa6b8eb9aa5ed8ba2efa6b8 |
UHC | 隸뚥틢隸 | 1110011111100110100011001110010010111010100011101110011111100110 | e7e68ce4ba8ee7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)