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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎」諛茨ス | 1110100010111110101000111110011010000111100010001110111110111101 | e8bea3e68788efbd |
EUC-JP | 霎」諛茨ス | 11110000110000001000111010100011111010111110011110110000111100011000111010111101 | f0c08ea3ebe7b0f18ebd |
UTF-8 | 霎」諛茨ス | 111010011001110010001110111011111011110110100011111010001010101110011011111010001000110010101000111011111011110110111101 | e99c8eefbda3e8ab9be88ca8efbdbd |
UHC | ??諛茨? | 00111111001111111110101110110000111011011011110000111111 | 3f3febb0edbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)