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 | 111011111010011010100111111010111010000110101011111010101011110110101101010110011110111110100110101001111110101110100001101010111110101010111101101011010110001001000101 | efa6a7eba1abeabdad59efa6a7eba1abeabdad6245 |
UHC | 獵롫꽭Y獵롫꽭bE | 111001111010011010001110111010111000010010111000010110011110011110100110100011101110101110000100101110000110001001000101 | e7a68eeb84b859e7a68eeb84b86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)