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 | 窪찰麗뤈 | 111001111010101010101010111011001011000010110000111011111010011010001000111010111010010010001000 | e7aaaaecb0b0efa688eba488 |
UHC | 窪찰麗뤈 | 1110100011000001110000101111101111100110101100001000111110111000 | e8c1c2fbe6b08fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)