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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 糅誤ク | 1110001011110000100011001110101110111000 | e2f08cebb8 |
EUC-JP | 糅誤ク | 111001001111001010111000111011011000111010111000 | e4f2b8ed8eb8 |
UTF-8 | 糅誤ク | 111001111011001110000101111010001010101010100100111011111011110110111000 | e7b385e8aaa4efbdb8 |
UHC | ?誤? | 00111111111010001010011000111111 | 3fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)