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 | 褥λ?筌?? | 111001011111000110000011110010010011111111100010101000110011111100111111 | e5f183c93fe2a33f3f |
| EUC-JP | 褥λ?筌?? | 111010101111001110100110110010110011111111100100101001010011111100111111 | eaf3a6cb3fe4a53f3f |
| UTF-8 | 褥λ젷筌븍젻 | 1110100010100100101001011100111010111011111011001010000010110111111001111010110110001100111010111011100010001101111011001010000010111011 | e8a4a5cebbeca0b7e7ad8cebb88deca0bb |
| UHC | 褥λ젷筌븍젻 | 111010011011001110100101111010111010000010101011111011111010011110111010111010111010000010101110 | e9b3a5eba0abefa7baeba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)