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 | 拙?蝸?嵬? | 100100001101100100111111111001011001011100111111100110111100101000111111 | 90d93fe5973f9bca3f |
EUC-JP | 拙?蝸?嵬? | 110000001101101100111111111010011111011100111111110101101100110000111111 | c0db3fe9f73fd6cc3f |
UTF-8 | 拙렾蝸렩嵬렳 | 111001101000101110011001111010111010000010111110111010001001110110111000111010111010000010101001111001011011010110101100111010111010000010110011 | e68b99eba0bee89db8eba0a9e5b5aceba0b3 |
UHC | 拙렾蝸렩嵬렳 | 111100001111000010001110110001101110100011000100100011101011011111101000111000111000111011000000 | f0f08ec6e8c48eb7e8e38ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)