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 | 闊底ウ」 | 111010001000100010010010111010101011001110100011 | e88892eab3a3 |
EUC-JP | 闊底ウ」 | 1110111111101000110001001110110010001110101100111000111010100011 | efe8c4ec8eb38ea3 |
UTF-8 | 闊底ウ」 | 111010011001011110001010111001011011101010010101111011111011110110110011111011111011110110100011 | e9978ae5ba95efbdb3efbda3 |
UHC | 闊底?? | 111111001100010011101110101111000011111100111111 | fcc4eebc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)