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 | 魄ィ遞ョ襃手 | 11101001101011101010100011100111101010001010111011100101111011111000111011101000 | e9aea8e7a8aee5ef8ee8 |
EUC-JP | 魄ィ遞ョ襃手 | 111100101011000010001110101010001110111010101010100011101010111011101010111100011011110011101010 | f2b08ea8eeaa8eaeeaf1bcea |
UTF-8 | 魄ィ遞ョ襃手 | 111010011010110110000100111011111011110110101000111010011000000110011110111011111011110110101110111010001010010110000011111001101000100110001011 | e9ad84efbda8e9819eefbdaee8a583e6898b |
UHC | 魄?遞??手 | 110110111101111000111111111101001111011000111111001111111110001010100010 | dbde3ff4f63f3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)