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 | 要??汚? | 10010111011101100011111100111111100010011001100000111111 | 97763f3f89983f |
EUC-JP | 要??汚? | 11001101110101110011111100111111101100011111100000111111 | cdd73f3fb1f83f |
UTF-8 | 要뺧쉰汚녡 | 111010001010011010000001111010111011101010100111111011001000100110110000111001101011000110011010111010111000010110100001 | e8a681ebbaa7ec89b0e6b19aeb85a1 |
UHC | 要뺧쉰汚녡 | 11101001101010011001010111101111101111011010111011100111111111011000011011010000 | e9a995efbdaee7fd86d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)