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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 厓??汝?B | 1111101010001101001111110011111110010011111100000011111101000010 | fa8d3f3f93f03f42 |
EUC-JP | 厓??汝?B | 100011111011010011000111001111110011111111000110111100100011111101000010 | 8fb4c73f3fc6f23f42 |
UTF-8 | 厓⑴텥汝숿B | 11100101100011101001001111100010100100011011010011101101100001011010010111100110101100011001110111101100100010001011111101000010 | e58e93e291b4ed85a5e6b19dec88bf42 |
UHC | 厓⑴텥汝숿B | 1110010011101101101010011110011110110110100110101110011010100011100110100101010001000010 | e4eda9e7b69ae6a39a5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)