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 | 1000111011010100111000011101111001011001100011101101010011100001110111100110001001000101 | 8ed4e1de598ed4e1de6245 |
EUC-JP | 車矗Y車矗bE | 1011110011010110111000101110000001011001101111001101011011100010111000000110001001000101 | bcd6e2e059bcd6e2e06245 |
UTF-8 | 車矗Y車矗bE | 111010001011101110001010111001111001111110010111010110011110100010111011100010101110011110011111100101110110001001000101 | e8bb8ae79f9759e8bb8ae79f976245 |
UHC | 車矗Y車矗bE | 1111001110110011111101011011100001011001111100111011001111110101101110000110001001000101 | f3b3f5b859f3b3f5b86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)