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 | 譽戊イ雁挨 | 111001101010001110010101111010001011001010001010111001011000100010100101 | e6a395e8b28ae588a5 |
EUC-JP | 譽戊イ雁挨 | 11101100101001011100101011101010100011101011001010110100111001111011000010100111 | eca5caea8eb2b4e7b0a7 |
UTF-8 | 譽戊イ雁挨 | 111010001010110110111101111001101000100010001010111011111011110110110010111010011001101110000001111001101000110010101000 | e8adbde6888aefbdb2e99b81e68ca8 |
UHC | 譽戊?雁? | 1110011111100010110110011110011000111111111001001101001000111111 | e7e2d9e63fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)