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 | 艶???? | 100010011001000000111111001111110011111100111111 | 89903f3f3f3f |
EUC-JP | 艶???? | 101100011111000000111111001111110011111100111111 | b1f03f3f3f3f |
UTF-8 | 艶쀩츕怜멽 | 111010001000100110110110111011001000000010101001111011001011100010010101111011111010011010101100111010111010100110111101 | e889b6ec80a9ecb895efa6aceba9bd |
UHC | 艶쀩츕怜멽 | 11100110111111011001011111101001101011101000111111100111101100001001000101101010 | e6fd97e9ae8fe7b0916a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)