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 | ????ョ? | 00111111001111110011111100111111100000111000011100111111 | 3f3f3f3f83873f |
EUC-JP | ????ョ? | 00111111001111110011111100111111101001011110011100111111 | 3f3f3f3fa5e73f |
UTF-8 | 若잏뀸樂ョ풐 | 111011111010010110110100111011001001111010001111111010111000000010111000111011111010011010111111111000111000001110100111111011011001001010010000 | efa5b4ec9e8feb80b8efa6bfe383a7ed9290 |
UHC | 若잏뀸樂ョ풐 | 111001011010111010011111111001111000010110101110111010001111100110101011111001111011111010010100 | e5ae9fe785aee8f9abe7be94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)