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 | 核?彫? | 100010100110101000111111100100101010010000111111 | 8a6a3f92a43f |
EUC-JP | 核?彫? | 101100111100101100111111110001001010011000111111 | b3cb3fc4a63f |
UTF-8 | 核렟彫렞 | 111001101010000010111000111010111010000010011111111001011011110110101011111010111010000010011110 | e6a0b8eba09fe5bdabeba09e |
UHC | 核렟彫렞 | 1111101010110111100011101011000011110000110000011000111010101111 | fab78eb0f0c18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)