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 | 艶k?兀?? | 100010011001000010000010100010110011111110011001010110010011111100111111 | 8990828b3f99593f3f |
EUC-JP | 艶k?兀?? | 101100011111000010100011111010110011111111010001101110100011111100111111 | b1f0a3eb3fd1ba3f3f |
UTF-8 | 艶k젻兀볥젶 | 111010001000100110110110111011111011110110001011111011001010000010111011111001011000010110000000111010111011001110100101111011001010000010110110 | e889b6efbd8beca0bbe58580ebb3a5eca0b6 |
UHC | 艶k젻兀볥젶 | 111001101111110110100011111010111010000010101110111010001011010010010011111010111010000010101010 | e6fda3eba0aee8b493eba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)