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 | 浴?ⅹ弱? | 1001011110000001001111111111101001001001100011101110001100111111 | 97813ffa498ee33f |
EUC-JP | 浴??弱? | 11001101111000010011111100111111101111001110010100111111 | cde13f3fbce53f |
UTF-8 | 浴덂ⅹ弱둆 | 111001101011010110110100111010111000110110000010111000101000010110111001111001011011110010110001111010111001000110000110 | e6b5b4eb8d82e285b9e5bcb1eb9186 |
UHC | 浴덂ⅹ弱둆 | 11101001101100011000100011100101101001011010101011100101101100001000101001000010 | e9b188e5a5aae5b08a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)