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?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-WIN | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
EUC-JP | ?鉥N?鉥 | 001111111000111111100011111010000100111000111111100011111110001111101000 | 3f8fe3e84e3f8fe3e8 |
UTF-8 | 룷鉥N룷鉥 | 11101011101000111011011111101001100010011010010101001110111010111010001110110111111010011000100110100101 | eba3b7e989a54eeba3b7e989a5 |
UHC | 룷鉥N룷鉥 | 100011111010110011100010111111000100111010001111101011001110001011111100 | 8face2fc4e8face2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)