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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臟??粧 | 111001000110011000111111001111111000111111001111 | e4663f3f8fcf |
EUC-JP | 臟??粧 | 111001111100011100111111001111111011111011010001 | e7c73f3fbed1 |
UTF-8 | 臟뚲뒯粧 | 111010001000011110011111111010111001101010110010111010111001001010101111111001111011001010100111 | e8879feb9ab2eb92afe7b2a7 |
UHC | 臟뚲뒯粧 | 1110110111110100100011001110111010001010101010001110110111110010 | edf48cee8aa8edf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)