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 | 鰐瘟?? | 100110000110101111100001100010010011111100111111 | 986be1893f3f |
EUC-JP | 鰐瘟?? | 110011111100110011100001111010010011111100111111 | cfcce1e93f3f |
UTF-8 | 鰐瘟솽센 | 111010011011000010010000111001111001100010011111111011001000011010111101111011001000010010111100 | e9b090e7989fec86bdec84bc |
UHC | 鰐瘟솽센 | 1110010011001010111010001011000010111100111000011011110010111110 | e4cae8b0bce1bcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)