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 | ???a?? | 001111110011111100111111011000010011111100111111 | 3f3f3f613f3f |
SJIS-WIN | ???a?? | 001111110011111100111111011000010011111100111111 | 3f3f3f613f3f |
EUC-JP | ???a?? | 001111110011111100111111011000010011111100111111 | 3f3f3f613f3f |
UTF-8 | 혞횈혨a혳채 | 11101101100110001001111011101101100110101000100011101101100110001010100001100001111011011001100010110011111011001011000110000100 | ed989eed9a88ed98a861ed98b3ecb184 |
UHC | 혞횈혨a혳채 | 1100001010001000110000111000011011000010100100000110000111000010100110101100001110100100 | c288c386c29061c29ac3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)