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 | 1110100010111000111001001101110101011001111010001011100011100100110111010110001001000101 | e8b8e4dd59e8b8e4dd6245 |
EUC-JP | 雕萬Y雕萬bE | 1111000010111010111010001101111101011001111100001011101011101000110111110110001001000101 | f0bae8df59f0bae8df6245 |
UTF-8 | 雕萬Y雕萬bE | 111010011001101110010101111010001001000010101100010110011110100110011011100101011110100010010000101011000110001001000101 | e99b95e890ac59e99b95e890ac6245 |
UHC | 雕萬Y雕萬bE | 1111000011100111110110001011111101011001111100001110011111011000101111110110001001000101 | f0e7d8bf59f0e7d8bf6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)