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 | 1001001001000011100100100100111001011001100100100100001110010010010011100110001001000101 | 9243924e599243924e6245 |
EUC-JP | 辰誰Y辰誰bE | 1100001110100100110000111010111101011001110000111010010011000011101011110110001001000101 | c3a4c3af59c3a4c3af6245 |
UTF-8 | 辰誰Y辰誰bE | 111010001011111010110000111010001010101010110000010110011110100010111110101100001110100010101010101100000110001001000101 | e8beb0e8aab059e8beb0e8aab06245 |
UHC | 辰誰Y辰誰bE | 1111001011100011111000101100000101011001111100101110001111100010110000010110001001000101 | f2e3e2c159f2e3e2c16245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)