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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 底??捧?? | 1001001011101010001111110011111110010101111110010011111100111111 | 92ea3f3f95f93f3f |
EUC-JP | 底??捧?? | 1100010011101100001111110011111111001010111110110011111100111111 | c4ec3f3fcafb3f3f |
UTF-8 | 底흘렔捧렧렱 | 111001011011101010010101111011011001110110011000111010111010000010010100111001101000110110100111111010111010000010100111111010111010000010110001 | e5ba95ed9d98eba094e68da7eba0a7eba0b1 |
UHC | 底흘렔捧렧렱 | 111011101011110011001000111010101000111010101001110111001110100110001110101101101000111010111110 | eebcc8ea8ea9dce98eb68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)