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 | 1110000111010001111000001011101001011001111000011101000111100000101110100110001001000101 | e1d1e0ba59e1d1e0ba6245 |
EUC-JP | 瞋犲Y瞋犲bE | 1110001011010011111000001011110001011001111000101101001111100000101111000110001001000101 | e2d3e0bc59e2d3e0bc6245 |
UTF-8 | 瞋犲Y瞋犲bE | 111001111001111010001011111001111000101010110010010110011110011110011110100010111110011110001010101100100110001001000101 | e79e8be78ab259e79e8be78ab26245 |
UHC | 瞋?Y瞋?bE | 111100101101100100111111010110011111001011011001001111110110001001000101 | f2d93f59f2d93f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)