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 | 癰??岳?? | 1110000110011110001111110011111110001010011110000011111100111111 | e19e3f3f8a783f3f |
EUC-JP | 癰??岳?? | 1110000111111110001111110011111110110011110110010011111100111111 | e1fe3f3fb3d93f3f |
UTF-8 | 癰잙젿岳블뙥 | 111001111001100110110000111011001001111010011001111011001010000010111111111001011011001010110011111010111011100010010100111010111001100110100101 | e799b0ec9e99eca0bfe5b2b3ebb894eb99a5 |
UHC | 癰잙젿岳블뙥 | 111010001011100110011111111010111010000010110001111001001011111110111010111011011000110010101001 | e8b99feba0b1e4bfbaed8ca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)