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 | ?ラ???? | 00111111100000111000100100111111001111110011111100111111 | 3f83893f3f3f3f |
| EUC-JP | ?ラ???? | 00111111101001011110100100111111001111110011111100111111 | 3fa5e93f3f3f3f |
| UTF-8 | 曆ラ걖溜쒕젻 | 111011111010011010001011111000111000001110101001111010101011000110010110111011111010011110001011111011001001001010010101111011001010000010111011 | efa68be383a9eab196efa78bec9295eca0bb |
| UHC | 曆ラ걖溜쒕젻 | 111001101011011110101011111010011000000110000001111010101111111010011100111010111010000010101110 | e6b7abe98181eafe9ceba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)