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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?筵i?筵iB | 001111111110001010100101011010010011111111100010101001010110100101000010 | 3fe2a5693fe2a56942 |
EUC-JP | ?筵i?筵iB | 001111111110010010100111011010010011111111100100101001110110100101000010 | 3fe4a7693fe4a76942 |
UTF-8 | 씀筵i씀筵iB | 111011001001010010000000111001111010110110110101011010011110110010010100100000001110011110101101101101010110100101000010 | ec9480e7adb569ec9480e7adb56942 |
UHC | 씀筵i씀筵iB | 1011111010111000111001101101110101101001101111101011100011100110110111010110100101000010 | beb8e6dd69beb8e6dd6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)