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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲????Ⅴ | 1110000110011111001111110011111100111111001111111000011101011000 | e19f3f3f3f3f8758 |
EUC-JP | 癲????? | 11100010101000010011111100111111001111110011111100111111 | e2a13f3f3f3f3f |
UTF-8 | 癲듽깷留뚳Ⅴ | 111001111001100110110010111010111001001110111101111010101011100110110111111011111010011110001101111010111001101010110011111000101000010110100100 | e799b2eb93bdeab9b7efa78deb9ab3e285a4 |
UHC | 癲듽깷留뚳Ⅴ | 111011111010011010001010111000111000001110100101111010111010011110001100111011111010010110110100 | efa68ae383a5eba78cefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)