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 | 1001001001000011100100011010111001011001100100100100001110010001101011100110001001000101 | 924391ae59924391ae6245 |
EUC-JP | 辰属Y辰属bE | 1100001110100100110000101011000001011001110000111010010011000010101100000110001001000101 | c3a4c2b059c3a4c2b06245 |
UTF-8 | 辰属Y辰属bE | 111010001011111010110000111001011011000110011110010110011110100010111110101100001110010110110001100111100110001001000101 | e8beb0e5b19e59e8beb0e5b19e6245 |
UHC | 辰?Y辰?bE | 111100101110001100111111010110011111001011100011001111110110001001000101 | f2e33f59f2e33f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)