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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貅帋躬牘 | 1110011010111010100110111110000111100111010110101110000010101111 | e6ba9be1e75ae0af |
EUC-JP | 貅帋躬牘 | 1110110010111100110101101110001111101101101110111110000010110001 | ecbcd6e3edbbe0b1 |
UTF-8 | 貅帋躬牘 | 111010001011001010000101111001011011100010001011111010001011101010101100111001111000100110011000 | e8b285e5b88be8baace78998 |
UHC | ??躬牘 | 001111110011111111001111111001011101010010111010 | 3f3fcfe5d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)