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 | 浴?ⅹ秧? | 1001011110000001001111111111101001001001111000100101111000111111 | 97813ffa49e25e3f |
EUC-JP | 浴??秧? | 11001101111000010011111100111111111000111011111100111111 | cde13f3fe3bf3f |
UTF-8 | 浴덂ⅹ秧묪 | 111001101011010110110100111010111000110110000010111000101000010110111001111001111010011110100111111010111010110010101010 | e6b5b4eb8d82e285b9e7a7a7ebacaa |
UHC | 浴덂ⅹ秧묪 | 11101001101100011000100011100101101001011010101011100100111010111001001001000010 | e9b188e5a5aae4eb9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)