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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?¬Y?¬bE | 001111111000000111001010010110010011111110000001110010100110001001000101 | 3f81ca593f81ca6245 |
EUC-JP | ?¬Y?¬bE | 001111111010001011001100010110010011111110100010110011000110001001000101 | 3fa2cc593fa2cc6245 |
UTF-8 | 묵¬Y묵¬bE | 111010111010110010110101111011111011111110100010010110011110101110101100101101011110111110111111101000100110001001000101 | ebacb5efbfa259ebacb5efbfa26245 |
UHC | 묵¬Y묵¬bE | 1011100110101100101000011111111001011001101110011010110010100001111111100110001001000101 | b9aca1fe59b9aca1fe6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)