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 | 症贊ァ銧スラ | 100011111100011111100110110100111010011111111011110011001011110111010111 | 8fc7e6d3a7fbccbdd7 |
EUC-JP | 症贊ァ銧スラ | 10111110110010011110110011010101100011101010011110001111111001001010011010001110101111011000111011010111 | bec9ecd58ea78fe4a68ebd8ed7 |
UTF-8 | 症贊ァ銧スラ | 111001111001011110000111111010001011010010001010111011111011110110100111111010011000101010100111111011111011110110111101111011111011111010010111 | e79787e8b48aefbda7e98aa7efbdbdefbe97 |
UHC | 症贊???? | 1111000111111000111100111100011100111111001111110011111100111111 | f1f8f3c73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)