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 | 錡ホ鷯 | 1111101111011000110011101110101001011101 | fbd8ceea5d |
EUC-JP | 錡ホ鷯 | 10001111111001001101111010001110110011101111001110111110 | 8fe4de8ecef3be |
UTF-8 | 錡ホ鷯 | 111010011000110010100001111011111011111010001110111010011011011110101111 | e98ca1efbe8ee9b7af |
UHC | 錡?? | 11010001110001000011111100111111 | d1c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)