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 | テーテ | 110000111111010011110010101100001100001111110100110001111111001001011110 | c3f4f2b0c3f4c7f25e |
EUC-JP | テ?ーテ?? | 100011101100001100111111100011101011000010001110110000110011111100111111 | 8ec33f8eb08ec33f3f |
UTF-8 | テーテ | 111011111011111010000011111011101000111010100001111011111011110110110000111011111011111010000011111011101000110110110110111011101000011010010110 | efbe83ee8ea1efbdb0efbe83ee8db6ee8696 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)