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 | 昻??楹?? | 1111101011010000001111110011111110011110101100010011111100111111 | fad03f3f9eb13f3f |
EUC-JP | ???楹?? | 00111111001111110011111111011100101100110011111100111111 | 3f3f3fdcb33f3f |
UTF-8 | 昻븅뮈楹띈뵡 | 111001101001100010111011111010111011100010000101111010111010111010001000111001101010010110111001111010111001110110001000111010111011010110100001 | e698bbebb885ebae88e6a5b9eb9d88ebb5a1 |
UHC | 昻븅뮈楹띈뵡 | 111001001110100110111010111010011011100110111111111001111011001110110110111010001001010010100001 | e4e9bae9b9bfe7b3b6e894a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)