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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艶?餓? | 100010011001000000111111100010011110110000111111 | 89903f89ec3f |
EUC-JP | 艶?餓? | 101100011111000000111111101100101110111000111111 | b1f03fb2ee3f |
UTF-8 | 艶쵥餓뺹 | 111010001000100110110110111011001011010110100101111010011010010010010011111010111011101010111001 | e889b6ecb5a5e9a493ebbab9 |
UHC | 艶쵥餓뺹 | 1110011011111101101011010100010011100100101110111001011001000010 | e6fdad44e4bb9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)