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 | ?g???? | 00111111100000101000011100111111001111110011111100111111 | 3f82873f3f3f3f |
EUC-JP | ?g???? | 00111111101000111110011100111111001111110011111100111111 | 3fa3e73f3f3f3f |
UTF-8 | 淋g솻類욊턀 | 111011111010011110110101111011111011110110000111111011001000011010111011111011111010011110010000111011001001101010001010111011011000010010000000 | efa7b5efbd87ec86bbefa790ec9a8aed8480 |
UHC | 淋g솻類욊턀 | 111011001111100010100011111001111001100110110000111010111011101010011110111010101011010110011100 | ecf8a3e799b0ebba9eeab59c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)