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 | ???燼 | 0011111100111111001111111110000010011110 | 3f3f3fe09e |
EUC-JP | ???燼 | 0011111100111111001111111101111111111110 | 3f3f3fdffe |
UTF-8 | 輦깗뢟燼 | 111011111010011010011000111010101011100110010111111010111010001010011111111001111000011110111100 | efa698eab997eba29fe787bc |
UHC | 輦깗뢟燼 | 1110011011100100100000111000111110001111010110101110001111101000 | e6e4838f8f5ae3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)