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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???審?? | 00111111001111110011111110010000010100100011111100111111 | 3f3f3f90523f3f |
EUC-JP | ???審?? | 00111111001111110011111110111111101100110011111100111111 | 3f3f3fbfb33f3f |
UTF-8 | 拾깗뢘審뙊뢜 | 111011111010010110110011111010101011100110010111111010111010001010011000111001011010111110101001111010111001100110001010111010111010001010011100 | efa5b3eab997eba298e5afa9eb998aeba29c |
UHC | 拾깗뢘審뙊뢜 | 111001001010100110000011100011111000111101010011111000111111101110001100100011111000111101010111 | e4a9838f8f53e3fb8c8f8f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)