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 | 001111110011111110010100111000110011111100111111111110101101000001000010 | 3f3f94e33f3ffad042 |
EUC-JP | ??斐???B | 0011111100111111110010001110010100111111001111110011111101000010 | 3f3fc8e53f3f3f42 |
UTF-8 | 얘뤒斐쪔폀昻B | 11101100100101101001100011101011101001001001001011100110100101101001000011101100101010101001010011101101100011111000000011100110100110001011101101000010 | ec9698eba492e69690ecaa94ed8f80e698bb42 |
UHC | 얘뤒斐쪔폀昻B | 10111110111010101000111111000010110111011110110010100101100011101011110010001111111001001110100101000010 | beea8fc2ddeca58ebc8fe4e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)