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 | 窪??? | 1000110001000101001111110011111100111111 | 8c453f3f3f |
EUC-JP | 窪??? | 1011011110100110001111110011111100111111 | b7a63f3f3f |
UTF-8 | 窪집曆뤊 | 111001111010101010101010111011001010011110010001111011111010011010001011111010111010010010001010 | e7aaaaeca791efa68beba48a |
UHC | 窪집曆뤊 | 1110100011000001110000011111110111100110101101111000111110111010 | e8c1c1fde6b78fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)