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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 荀荀[荀荀[^ | 1110010010100100111001001010010001011011111001001010010011100100101001000101101101011110 | e4a4e4a45be4a4e4a45b5e |
EUC-JP | 荀荀[荀荀[^ | 1110100010100110111010001010011001011011111010001010011011101000101001100101101101011110 | e8a6e8a65be8a6e8a65b5e |
UTF-8 | 荀荀[荀荀[^ | 111010001000110110000000111010001000110110000000010110111110100010001101100000001110100010001101100000000101101101011110 | e88d80e88d805be88d80e88d805b5e |
UHC | 荀荀[荀荀[^ | 1110001011110000111000101111000001011011111000101111000011100010111100000101101101011110 | e2f0e2f05be2f0e2f05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)