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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 畍ム磅畍ム磅B | 1110000101010111110100011110000111111010111000010101011111010001111000011111101001000010 | e157d1e1fae157d1e1fa42 |
EUC-JP | 畍ム磅畍ム磅B | 11100001101110001000111011010001111000101111110011100001101110001000111011010001111000101111110001000010 | e1b88ed1e2fce1b88ed1e2fc42 |
UTF-8 | 畍ム磅畍ム磅B | 11100111100101011000110111101111101111101001000111100111101000111000010111100111100101011000110111101111101111101001000111100111101000111000010101000010 | e7958defbe91e7a385e7958defbe91e7a38542 |
UHC | ??磅??磅B | 001111110011111111011011101101100011111100111111110110111011011001000010 | 3f3fdbb63f3fdbb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)