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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???恁ν?? | 001111110011111100111111100111001000110010000011110010110011111100111111 | 3f3f3f9c8c83cb3f3f |
EUC-JP | ???恁ν?? | 001111110011111100111111110101111110110010100110110011010011111100111111 | 3f3f3fd7eca6cd3f3f |
UTF-8 | 梨덊삒恁ν삛吏 | 1110111110100111101000101110101110001101100010101110110010000010100100101110011010000001100000011100111010111101111011001000001010011011111011111010011110011110 | efa7a2eb8d8aec8292e68181cebdec829befa79e |
UHC | 梨덊삒恁ν삛吏 | 1110110010110001100010001110110110011000100101111110110011110110101001011110110110011000100111101110110010100111 | ecb188ed9897ecf6a5ed989eeca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)