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 | 蓍胥篏 | 111001001110011111100011111011111110001010111011 | e4e7e3efe2bb |
EUC-JP | 蓍胥篏 | 111010001110100111100110111100011110010010111101 | e8e9e6f1e4bd |
UTF-8 | 蓍胥篏 | 111010001001001110001101111010001000001110100101111001111010111110001111 | e8938de883a5e7af8f |
UHC | 蓍胥? | 1110001111001001111000001010000100111111 | e3c9e0a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)