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 | 域??厓?? | 1000100011100110001111110011111111111010100011010011111100111111 | 88e63f3ffa8d3f3f |
EUC-JP | 域??厓?? | 101100001110100000111111001111111000111110110100110001110011111100111111 | b0e83f3f8fb4c73f3f |
UTF-8 | 域⑴쪞厓붺떥 | 111001011001111110011111111000101001000110110100111011001010101010011110111001011000111010010011111010111011011010111010111010111001011010100101 | e59f9fe291b4ecaa9ee58e93ebb6baeb96a5 |
UHC | 域⑴쪞厓붺떥 | 111001101011010010101001111001111010010110010111111001001110110110010100111001111000101110111000 | e6b4a9e7a597e4ed94e78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)