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 | ????N?? | 00111111001111110011111100111111010011100011111100111111 | 3f3f3f3f4e3f3f |
SJIS-WIN | ?戍??N?戍 | 001111111001110011111001001111110011111101001110001111111001110011111001 | 3f9cf93f3f4e3f9cf9 |
EUC-JP | ?戍??N?戍 | 001111111101100011111011001111110011111101001110001111111101100011111011 | 3fd8fb3f3f4e3fd8fb |
UTF-8 | 룶戍춳◈N룶戍 | 11101011101000111011011011100110100010001000110111101100101101101011001111100010100101111000100001001110111010111010001110110110111001101000100010001101 | eba3b6e6888decb6b3e297884eeba3b6e6888d |
UHC | 룶戍춳◈N룶戍 | 10001111101010111110001010100001101011011000111110100010110000100100111010001111101010111110001010100001 | 8fabe2a1ad8fa2c24e8fabe2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)