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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浴耀隅? | 10010111100000011001011101110011100010111111011100111111 | 978197738bf73f |
EUC-JP | 浴耀隅? | 11001101111000011100110111010100101101101111100100111111 | cde1cdd4b6f93f |
UTF-8 | 浴耀隅읯 | 111001101011010110110100111010001000000010000000111010011001101010000101111011001001110110101111 | e6b5b4e88080e99a85ec9daf |
UHC | 浴耀隅읯 | 1110100110110001111010011010010111101001111010101001111111010101 | e9b1e9a5e9ea9fd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)