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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爭祀┏低? | 111000001010010111100010010010101000010010101100100100101110000100111111 | e0a5e24a84ac92e13f |
EUC-JP | 爭祀┏低? | 111000001010011111100011101010111010100010101110110001001110001100111111 | e0a7e3aba8aec4e33f |
UTF-8 | 爭祀┏低렱 | 111001111000100010101101111001111010010110000000111000101001010010001111111001001011110110001110111010111010000010110001 | e788ade7a580e2948fe4bd8eeba0b1 |
UHC | 爭祀┏低렱 | 11101110101100111101111011100101101001101010111011101110101110001000111010111110 | eeb3dee5a6aeeeb88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)