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 | 鴉フ寬クリ蠖 | 111010011110101111001100111110101010101010111000110110001110010110111101 | e9ebccfaaab8d8e5bd |
EUC-JP | 鴉フ?クリ蠖 | 1111001011101101100011101100110000111111100011101011100010001110110110001110101010111111 | f2ed8ecc3f8eb88ed8eabf |
UTF-8 | 鴉フ寬クリ蠖 | 111010011011010010001001111011111011111010001100111001011010111110101100111011111011110110111000111011111011111010011000111010001010000010010110 | e9b489efbe8ce5afacefbdb8efbe98e8a096 |
UHC | 鴉?寬??? | 1110010010111100001111111100111010110000001111110011111100111111 | e4bc3fceb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)