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 | 俉???よ | 11111010011000010011111100111111001111111000001011100110 | fa613f3f3f82e6 |
EUC-JP | 俉???よ | 1000111110110001101110110011111100111111001111111010010011101000 | 8fb1bb3f3f3fa4e8 |
UTF-8 | 俉드뫕濾よ | 111001001011111110001001111010111001001110011100111010111010101110010101111011111010011010000100111000111000001010001000 | e4bf89eb939cebab95efa684e38288 |
UHC | 俉드뫕濾よ | 11100111111010111011010111100101100100011011011111100110101001001010101011101000 | e7ebb5e591b7e6a4aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)