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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 症ヲ」鮖ソLB | 100011111100011110100110101000111110100110111001101111110100110001000010 | 8fc7a6a3e9b9bf4c42 |
EUC-JP | 症ヲ」鮖ソLB | 101111101100100110001110101001101000111010100011111100101011101110001110101111110100110001000010 | bec98ea68ea3f2bb8ebf4c42 |
UTF-8 | 症ヲ」鮖ソLB | 1110011110010111100001111110111110111101101001101110111110111101101000111110100110101110100101101110111110111101101111110100110001000010 | e79787efbda6efbda3e9ae96efbdbf4c42 |
UHC | 症????LB | 1111000111111000001111110011111100111111001111110100110001000010 | f1f83f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)