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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | サ鯢ュサ鰛秧 | 101110111110100111000111101011011011101111101001110110101110001001011110 | bbe9c7adbbe9dae25e |
EUC-JP | サ鯢ュサ鰛秧 | 100011101011101111110010110010011000111010101101100011101011101111110010110111001110001110111111 | 8ebbf2c98ead8ebbf2dce3bf |
UTF-8 | サ鯢ュサ鰛秧 | 111011111011110110111011111010011010111110100010111011111011110110101101111011111011110110111011111010011011000010011011111001111010011110100111 | efbdbbe9afa2efbdadefbdbbe9b09be7a7a7 |
UHC | ?????秧 | 00111111001111110011111100111111001111111110010011101011 | 3f3f3f3f3fe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)