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 | ??琥? | 0011111100111111111000001110011000111111 | 3f3fe0e63f |
EUC-JP | ??琥? | 0011111100111111111000001110100000111111 | 3f3fe0e83f |
UTF-8 | 降렒琥렫 | 111011111010100010001001111010111010000010010010111001111001000010100101111010111010000010101011 | efa889eba092e790a5eba0ab |
UHC | 降렒琥렫 | 1111101010100010100011101010011111111011110100001000111010111001 | faa28ea7fbd08eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)