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 | 癲〓?苡?┯ | 11100001100111111000000110101100001111111110010010001111001111111000010010110110 | e19f81ac3fe48f3f84b6 |
EUC-JP | 癲〓?苡?┯ | 11100010101000011010001010101110001111111110011111101111001111111010100010111000 | e2a1a2ae3fe7ef3fa8b8 |
UTF-8 | 癲〓쵉苡댐┯ | 111001111001100110110010111000111000000010010011111011001011010110001001111010001000101110100001111010111000110010010000111000101001010010101111 | e799b2e38093ecb589e88ba1eb8c90e294af |
UHC | 癲〓쵉苡댐┯ | 111011111010011010100001111010111010110010001011111011001011111010110100111011111010011010111000 | efa6a1ebac8becbeb4efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)