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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 誤??厭? | 10001100111010110011111100111111100010010111110100111111 | 8ceb3f3f897d3f |
EUC-JP | 誤??厭? | 10111000111011010011111100111111101100011101111000111111 | b8ed3f3fb1de3f |
UTF-8 | 誤꿨풃厭펆 | 111010001010101010100100111010101011111110101000111011011001001010000011111001011000111010101101111011011000111010000110 | e8aaa4eabfa8ed9283e58eaded8e86 |
UHC | 誤꿨풃厭펆 | 11101000101001101011001011100101101111101000101111100110111101001011110001011001 | e8a6b2e5be8be6f4bc59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)