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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 止?以?淫?] | 10001110011111100011111110001000110010000011111110001000111110100011111101011101 | 8e7e3f88c83f88fa3f5d |
EUC-JP | 止?以?淫?] | 10111011110111110011111110110000110010100011111110110000111111000011111101011101 | bbdf3fb0ca3fb0fc3f5d |
UTF-8 | 止렞以렒淫렦] | 11100110101011011010001011101011101000001001111011100100101110111010010111101011101000001001001011100110101101111010101111101011101000001010011001011101 | e6ada2eba09ee4bba5eba092e6b7abeba0a65d |
UHC | 止렞以렒淫렦] | 11110010101011011000111010101111111011001010010010001110101001111110101111100010100011101011010101011101 | f2ad8eafeca48ea7ebe28eb55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)