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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 襁憺エォ雕オB | 11100101111101001001110011101001101101001010101111101000101110001011010101000010 | e5f49ce9b4abe8b8b542 |
EUC-JP | 襁憺エォ雕オB | 11101010111101101101100011101011100011101011010010001110101010111111000010111010100011101011010101000010 | eaf6d8eb8eb48eabf0ba8eb542 |
UTF-8 | 襁憺エォ雕オB | 11101000101001011000000111100110100001101011101011101111101111011011010011101111101111011010101111101001100110111001010111101111101111011011010101000010 | e8a581e686baefbdb4efbdabe99b95efbdb542 |
UHC | 襁憺??雕?B | 11001011101110101101001110111100001111110011111111110000111001110011111101000010 | cbbad3bc3f3ff0e73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)