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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 顋可エh顋可 | 11101000111110011000100111000010101101000110100011101000111110011000100111000010 | e8f989c2b468e8f989c2 |
EUC-JP | 顋可エh顋可 | 1111000011111011101100101100010010001110101101000110100011110000111110111011001011000100 | f0fbb2c48eb468f0fbb2c4 |
UTF-8 | 顋可エh顋可 | 11101001101000011000101111100101100011111010111111101111101111011011010001101000111010011010000110001011111001011000111110101111 | e9a18be58fafefbdb468e9a18be58faf |
UHC | ?可?h?可 | 0011111111001010101001100011111101101000001111111100101010100110 | 3fcaa63f683fcaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)