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 | テヲテ環氾セ | 1100001110100110110000111000101011000010100101001100001110111110 | c3a6c38ac294c3be |
EUC-JP | テヲテ環氾セ | 100011101100001110001110101001101000111011000011101101001100010011001000110001011000111010111110 | 8ec38ea68ec3b4c4c8c58ebe |
UTF-8 | テヲテ環氾セ | 111011111011111010000011111011111011110110100110111011111011111010000011111001111001001010110000111001101011000010111110111011111011110110111110 | efbe83efbda6efbe83e792b0e6b0beefbdbe |
UHC | ???環氾? | 0011111100111111001111111111110010111011110110111111000000111111 | 3f3f3ffcbbdbf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)