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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遮痔灼 | 100011101101010110001110101001001000111011011100 | 8ed58ea48edc |
EUC-JP | 遮痔灼 | 101111001101011110111100101001101011110011011110 | bcd7bca6bcde |
UTF-8 | 遮痔灼 | 111010011000000110101110111001111001011110010100111001111000000110111100 | e981aee79794e781bc |
UHC | 遮痔灼 | 111100111011010011110110110000001110110111000111 | f3b4f6c0edc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)