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 | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 溜브톿Y溜브톿bE | 111011111010011110001011111010111011100010001100111011011000011010111111010110011110111110100111100010111110101110111000100011001110110110000110101111110110001001000101 | efa78bebb88ced86bf59efa78bebb88ced86bf6245 |
UHC | 溜브톿Y溜브톿bE | 111010101111111010111010111010101011011110010001010110011110101011111110101110101110101010110111100100010110001001000101 | eafebaeab79159eafebaeab7916245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)