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 | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 獵}Y獵}bE | 111000001101100001111101010110011110000011011000011111010110001001000101 | e0d87d59e0d87d6245 |
EUC-JP | 獵}Y獵}bE | 111000001101101001111101010110011110000011011010011111010110001001000101 | e0da7d59e0da7d6245 |
UTF-8 | 獵}Y獵}bE | 1110011110001101101101010111110101011001111001111000110110110101011111010110001001000101 | e78db57d59e78db57d6245 |
UHC | 獵}Y獵}bE | 110101101011010001111101010110011101011010110100011111010110001001000101 | d6b47d59d6b47d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)