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 | 1000111010111100100011101101100010001110101111001000111011000010111100001111010001000010 | 8ebc8ed88ebc8ec2f0f442 |
EUC-JP | 湿借湿篠?B | 10111100101111101011110011011010101111001011111010111100110001000011111101000010 | bcbebcdabcbebcc43f42 |
UTF-8 | 湿借湿篠B | 11100110101110011011111111100101100000001001111111100110101110011011111111100111101011111010000011101110100000101011001101000010 | e6b9bfe5809fe6b9bfe7afa0ee82b342 |
UHC | ?借?篠?B | 0011111111110011101010000011111111100001110001100011111101000010 | 3ff3a83fe1c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)