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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 亮쎌뮁柳쪩 | 111011111010010110110111111011001000111010001100111010111010111010000001111011111010011110001001111011001010101010101001 | efa5b7ec8e8cebae81efa789ecaaa9 |
UHC | 亮쎌뮁柳쪩 | 11100101101110011011110111101100100100101001000011101010111101111010011001000010 | e5b9bdec9290eaf7a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)