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 | 闔ィ蜀呎シ | 1110100010001110101010001110010110000110100110011110011010111100 | e88ea8e58699e6bc |
EUC-JP | 闔ィ蜀呎シ | 11101111111011101000111010101000111010011110011011010010111010001000111010111100 | efee8ea8e9e6d2e88ebc |
UTF-8 | 闔ィ蜀呎シ | 111010011001011110010100111011111011110110101000111010001001110010000000111001011001000110001110111011111011110110111100 | e99794efbda8e89c80e5918eefbdbc |
UHC | 闔?蜀?? | 11111001111011110011111111110101101110010011111100111111 | f9ef3ff5b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)