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 | セテスンタホ | 101111101100001110111101110111011100000011001110 | bec3bdddc0ce |
EUC-JP | セテスンタホ | 100011101011111010001110110000111000111010111101100011101101110110001110110000001000111011001110 | 8ebe8ec38ebd8edd8ec08ece |
UTF-8 | セテスンタホ | 111011111011110110111110111011111011111010000011111011111011110110111101111011111011111010011101111011111011111010000000111011111011111010001110 | efbdbeefbe83efbdbdefbe9defbe80efbe8e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)