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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 囚?需躙 | 10001110111110100011111110001110111110011110011101010111 | 8efa3f8ef9e757 |
EUC-JP | 囚堧需躙 | 101111001111110010001111101110001010100010111100111110111110110110111000 | bcfc8fb8a8bcfbedb8 |
UTF-8 | 囚堧需躙 | 111001011001101110011010111001011010000010100111111010011001110010000000111010001011101010011001 | e59b9ae5a0a7e99c80e8ba99 |
UHC | 囚堧需? | 11100001111101101110011011000000111000101100110100111111 | e1f6e6c0e2cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)