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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??∮??コ? | 001111110011111110000111100100110011111100111111100000110101001000111111 | 3f3f87933f3f83523f |
EUC-JP | ?????コ? | 0011111100111111001111110011111100111111101001011011001100111111 | 3f3f3f3f3fa5b33f |
UTF-8 | 룴햶∮룫횕コ룫 | 111010111010001110110100111011011001011010110110111000101000100010101110111010111010001110101011111011011001101010010101111000111000001010110011111010111010001110101011 | eba3b4ed96b6e288aeeba3abed9a95e382b3eba3ab |
UHC | 룴햶∮룫횕コ룫 | 1000111110101001110000011000111110100010101100011000111110100010110000111000111110101011101100111000111110100010 | 8fa9c18fa2b18fa2c38fabb38fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)