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 | ?O?B?O?? | 0011111101001111001111110100001000111111010011110011111100111111 | 3f4f3f423f4f3f3f |
SJIS-WIN | ?O?B?O?? | 0011111101001111001111110100001000111111010011110011111100111111 | 3f4f3f423f4f3f3f |
EUC-JP | ?O?B?O?? | 0011111101001111001111110100001000111111010011110011111100111111 | 3f4f3f423f4f3f3f |
UTF-8 | 혰O혳B혰O횪횗 | 111011011001100010110000010011111110110110011000101100110100001011101101100110001011000001001111111011011001101010101010111011011001101010010111 | ed98b04fed98b342ed98b04fed9aaaed9a97 |
UHC | 혰O혳B혰O횪횗 | 11000010100101110100111111000010100110100100001011000010100101110100111111000011101000001100001110010001 | c2974fc29a42c2974fc3a0c391 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)