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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇懷廠驤シ | 111110111010000110011100111001011000111110110001111010011000100010111100 | fba19ce58fb1e988bc |
EUC-JP | ?懷廠驤シ | 001111111101100011100111101111101011001111110001111010001000111010111100 | 3fd8e7beb3f1e88ebc |
UTF-8 | 蠇懷廠驤シ | 111010001010000010000111111001101000011110110111111001011011101110100000111010011010100110100100111011111011110110111100 | e8a087e687b7e5bba0e9a9a4efbdbc |
UHC | ?懷廠?? | 00111111111111001110001111110011110111110011111100111111 | 3ffce3f3df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)