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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竺鉑゙寬ァ | 11110010101011101000111010110001111110111100100111011110111110101010101010100111 | f2ae8eb1fbc9defaaaa7 |
EUC-JP | ?竺鉑゙?ァ | 0011111110111100101100111000111111100011111000011000111011011110001111111000111010100111 | 3fbcb38fe3e18ede3f8ea7 |
UTF-8 | 竺鉑゙寬ァ | 111011101000011110100101111001111010101110111010111010011000100110010001111011111011111010011110111001011010111110101100111011111011110110100111 | ee87a5e7abbae98991efbe9ee5afacefbda7 |
UHC | ?竺??寬? | 0011111111110101111001110011111100111111110011101011000000111111 | 3ff5e73f3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)