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 | 勇?8泣e? | 10010111010001010011111110000010010101111000101110000011100000101000010100111111 | 97453f82578b8382853f |
EUC-JP | 勇?8泣e? | 11001101101001100011111110100011101110001011010111100011101000111110010100111111 | cda63fa3b8b5e3a3e53f |
UTF-8 | 勇싲8泣e첎 | 111001011000101110000111111011001000101110110010111011111011110010011000111001101011001110100011111011111011110110000101111011001011001010001110 | e58b87ec8bb2efbc98e6b3a3efbd85ecb28e |
UHC | 勇싲8泣e첎 | 111010011011100010011010111010111010001110111000111010111110100010100011111001011010101010011011 | e9b89aeba3b8ebe8a3e5aa9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)