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 | A¬YA¬bE | 1001001001000001100100011010110001011001100100100100000110010001101011000110001001000101 | 924191ac59924191ac6245 |
SJIS-WIN | ?A?¬Y?A?¬bE | 00111111010000010011111110000001110010100101100100111111010000010011111110000001110010100110001001000101 | 3f413f81ca593f413f81ca6245 |
EUC-JP | ?A?¬Y?A?¬bE | 00111111010000010011111110100010110011000101100100111111010000010011111110100010110011000110001001000101 | 3f413fa2cc593f413fa2cc6245 |
UTF-8 | A¬YA¬bE | 1100001010010010010000011100001010010001110000101010110001011001110000101001001001000001110000101001000111000010101011000110001001000101 | c29241c291c2ac59c29241c291c2ac6245 |
UHC | ?A??Y?A??bE | 0011111101000001001111110011111101011001001111110100000100111111001111110110001001000101 | 3f413f3f593f413f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)