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 | セュ茱爵樟蓚 | 10111110101011011110010010100011100011101101110110001111101111101110010011101001 | beade4a38edd8fbee4e9 |
EUC-JP | セュ茱爵樟蓚 | 100011101011111010001110101011011110100010100101101111001101111110111110110000001110100011101011 | 8ebe8eade8a5bcdfbec0e8eb |
UTF-8 | セュ茱爵樟蓚 | 111011111011110110111110111011111011110110101101111010001000110010110001111001111000100010110101111001101010100010011111111010001001001110011010 | efbdbeefbdade88cb1e788b5e6a89fe8939a |
UHC | ??茱爵樟蓚 | 00111111001111111110001010111100111011011100100111101101111010011110001010111110 | 3f3fe2bcedc9ede9e2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)