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 | ????P? | 001111110011111100111111001111110101000000111111 | 3f3f3f3f503f |
SJIS-WIN | テキツャPテ | 110000111011011111000010101011000101000011000011 | c3b7c2ac50c3 |
EUC-JP | テキツャPテ | 1000111011000011100011101011011110001110110000101000111010101100010100001000111011000011 | 8ec38eb78ec28eac508ec3 |
UTF-8 | テキツャPテ | 11101111101111101000001111101111101111011011011111101111101111101000001011101111101111011010110001010000111011111011111010000011 | efbe83efbdb7efbe82efbdac50efbe83 |
UHC | ????P? | 001111110011111100111111001111110101000000111111 | 3f3f3f3f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)