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 | 頡シ閧イ譴幄 | 11101000111101001011110011101000100000101011001011100110101000101001101111101000 | e8f4bce882b2e6a29be8 |
EUC-JP | 頡シ閧イ譴幄 | 111100001111011010001110101111001110111111100010100011101011001011101100101001001101011011101010 | f0f68ebcefe28eb2eca4d6ea |
UTF-8 | 頡シ閧イ譴幄 | 111010011010000010100001111011111011110110111100111010011001011010100111111011111011110110110010111010001010110110110100111001011011100110000100 | e9a0a1efbdbce996a7efbdb2e8adb4e5b984 |
UHC | ????譴幄 | 0011111100111111001111110011111111001100101110011110010011000001 | 3f3f3f3fccb9e4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)