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 | 易??曖?? | 1000100011010101001111110011111110011110010000100011111100111111 | 88d53f3f9e423f3f |
EUC-JP | 易??曖?? | 1011000011010111001111110011111111011011101000110011111100111111 | b0d73f3fdba33f3f |
UTF-8 | 易뚦뼗曖면쇋 | 111001101001100010010011111010111001101010100110111010111011110010010111111001101001101110010110111010111010100110110100111011001000011110001011 | e69893eb9aa6ebbc97e69b96eba9b4ec878b |
UHC | 易뚦뼗曖면쇋 | 111001101011011010001100111001011001011010011111111001001111001010111000111010011001100110111101 | e6b68ce5969fe4f2b8e999bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)