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 | 癲??應?? | 1110000110011111001111110011111110011100111001000011111100111111 | e19f3f3f9ce43f3f |
EUC-JP | 癲??應?? | 1110001010100001001111110011111111011000111001100011111100111111 | e2a13f3fd8e63f3f |
UTF-8 | 癲띾끋應뽭굲 | 111001111001100110110010111010111001110110111110111010111000000110001011111001101000011110001001111010111011110110101101111010101011010110110010 | e799b2eb9dbeeb818be68789ebbdadeab5b2 |
UHC | 癲띾끋應뽭굲 | 111011111010011010001101111010111000010110111101111010111110101110010110111010011000001010010101 | efa68deb85bdebeb96e98295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)