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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??妓??妓B | 001111110011111110001011010101110011111100111111100010110101011101000010 | 3f3f8b573f3f8b5742 |
EUC-JP | ??妓??妓B | 001111110011111110110101101110000011111100111111101101011011100001000010 | 3f3fb5b83f3fb5b842 |
UTF-8 | 쾅멀妓쾅멀妓B | 11101100101111101000010111101011101010011000000011100101101001101001001111101100101111101000010111101011101010011000000011100101101001101001001101000010 | ecbe85eba980e5a693ecbe85eba980e5a69342 |
UHC | 쾅멀妓쾅멀妓B | 11000100111001111011100011010110110100001111010111000100111001111011100011010110110100001111010101000010 | c4e7b8d6d0f5c4e7b8d6d0f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)