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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 轣梧コ臭B | 1110011110000001100011001110011010111010100011110100110001000010 | e7818ce6ba8f4c42 |
EUC-JP | 轣梧コ臭B | 111011011110000110111000111010001000111010111010101111011010110101000010 | ede1b8e88ebabdad42 |
UTF-8 | 轣梧コ臭B | 11101000101111011010001111100110101000101010011111101111101111011011101011101000100001111010110101000010 | e8bda3e6a2a7efbdbae887ad42 |
UHC | ?梧?臭B | 00111111111001111111110000111111111101101010101101000010 | 3fe7fc3ff6ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)