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 | 裔壼沺遶矩ョ | 1110010111100001100110101110010110011111100111111110011110101011100010111110100110101110 | e5e19ae59f9fe7ab8be9ae |
EUC-JP | 裔壼沺遶矩ョ | 111010101110001111010100111001111101111010100001111011101010110110110110111010111000111010101110 | eae3d4e7dea1eeadb6eb8eae |
UTF-8 | 裔壼沺遶矩ョ | 111010001010001110010100111001011010001110111100111001101011001010111010111010011000000110110110111001111001111110101001111011111011110110101110 | e8a394e5a3bce6b2bae981b6e79fa9efbdae |
UHC | 裔???矩? | 1110011111100000001111110011111100111111110011111011101100111111 | e7e03f3f3fcfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)