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 | 犂狎[犂狎[^ | 1110000010110010111000001011111001011011111000001011001011100000101111100101101101011110 | e0b2e0be5be0b2e0be5b5e |
EUC-JP | 犂狎[犂狎[^ | 1110000010110100111000001100000001011011111000001011010011100000110000000101101101011110 | e0b4e0c05be0b4e0c05b5e |
UTF-8 | 犂狎[犂狎[^ | 111001111000101010000010111001111000101110001110010110111110011110001010100000101110011110001011100011100101101101011110 | e78a82e78b8e5be78a82e78b8e5b5e |
UHC | ?狎[?狎[^ | 001111111110010011100100010110110011111111100100111001000101101101011110 | 3fe4e45b3fe4e45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)