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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 幄?}Y幄?}bE | 1001101111101000001111110111110101011001100110111110100000111111011111010110001001000101 | 9be83f7d599be83f7d6245 |
EUC-JP | 幄?}Y幄?}bE | 1101011011101010001111110111110101011001110101101110101000111111011111010110001001000101 | d6ea3f7d59d6ea3f7d6245 |
UTF-8 | 幄먎}Y幄먎}bE | 1110010110111001100001001110101110101000100011100111110101011001111001011011100110000100111010111010100010001110011111010110001001000101 | e5b984eba88e7d59e5b984eba88e7d6245 |
UHC | 幄먎}Y幄먎}bE | 11100100110000011001000011001100011111010101100111100100110000011001000011001100011111010110001001000101 | e4c190cc7d59e4c190cc7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)