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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淀屯? | 1001011110000100100100111101010000111111 | 978493d43f |
EUC-JP | 淀屯? | 1100110111100100110001101101011000111111 | cde4c6d63f |
UTF-8 | 淀屯㎫ | 111001101011011110000000111001011011000110101111111000111000111010101011 | e6b780e5b1afe38eab |
UHC | 淀屯㎫ | 111011111110001111010100111010101010011111100111 | efe3d4eaa7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)