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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辿湛辿棚 | 1001001001001000100100100101100010010010010010001001001001001001 | 9248925892489249 |
EUC-JP | 辿湛辿棚 | 1100001110101001110000111011100111000011101010011100001110101010 | c3a9c3b9c3a9c3aa |
UTF-8 | 辿湛辿棚 | 111010001011111010111111111001101011100110011011111010001011111010111111111001101010001110011010 | e8bebfe6b99be8bebfe6a39a |
UHC | ?湛?棚 | 001111111101001111000000001111111101110111011100 | 3fd3c03fdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)