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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??勃柴去B | 001111110011111110010110011101011000111011000100100010111000111001000010 | 3f3f96758ec48b8e42 |
EUC-JP | ??勃柴去B | 001111110011111111001011110101101011110011000110101101011110111001000010 | 3f3fcbd6bcc6b5ee42 |
UTF-8 | 뤗촉勃柴去B | 11101011101001001001011111101100101101001000100111100101100010111000001111100110100111111011010011100101100011101011101101000010 | eba497ecb489e58b83e69fb4e58ebb42 |
UHC | 뤗촉勃柴去B | 1000111111000111110000111100101111011010111110101110001111000011110010111101101101000010 | 8fc7c3cbdafae3c3cbdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)