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 | 窪?ぃ? | 100011000100010100111111100000101010000100111111 | 8c453f82a13f |
EUC-JP | 窪?ぃ? | 101101111010011000111111101001001010001100111111 | b7a63fa4a33f |
UTF-8 | 窪술ぃ렗 | 111001111010101010101010111011001000100010100000111000111000000110000011111010111010000010010111 | e7aaaaec88a0e38183eba097 |
UHC | 窪술ぃ렗 | 1110100011000001101111001111101010101010101000111000111010101100 | e8c1bcfaaaa38eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)