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 | ???姨? | 001111110011111100111111100110110100100000111111 | 3f3f3f9b483f |
EUC-JP | ???姨? | 001111110011111100111111110101011010100100111111 | 3f3f3fd5a93f |
UTF-8 | 梨숈쭬姨똋 | 111011111010011110100010111011001000100010001000111011001010110110101100111001011010011110101000111010111001100010001011 | efa7a2ec8888ecadace5a7a8eb988b |
UHC | 梨숈쭬姨똋 | 11101100101100011001100111101100101001111010000011101100101010011000110001001100 | ecb199eca7a0eca98c4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)