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 | リ蓐 | 1101100011100100111010101111100111011110 | d8e4eaf9de |
EUC-JP | リ蓐? | 1000111011011000111010001110110000111111 | 8ed8e8ec3f |
UTF-8 | リ蓐 | 111011111011111010011000111010001001001110010000111011101001110010111001 | efbe98e89390ee9cb9 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)