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 | 蜈??循? | 11100101100001010011111100111111100011110111101000111111 | e5853f3f8f7a3f |
EUC-JP | 蜈??循? | 11101001111001010011111100111111101111011101101100111111 | e9e53f3fbddb3f |
UTF-8 | 蜈욃뎷循쪩 | 111010001001110010001000111011001001101010000011111010111000111010110111111001011011111010101010111011001010101010101001 | e89c88ec9a83eb8eb7e5beaaecaaa9 |
UHC | 蜈욃뎷循쪩 | 11101000101001011001111011100101100010011000101011100010111000001010011001000010 | e8a59ee5898ae2e0a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)