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 | 11100010111101111001000101111010011111010101100111100010111101111001000101111010011111010110001001000101 | e2f7917a7d59e2f7917a7d6245 |
EUC-JP | 糯想}Y糯想}bE | 11100100111110011100000111011011011111010101100111100100111110011100000111011011011111010110001001000101 | e4f9c1db7d59e4f9c1db7d6245 |
UTF-8 | 糯想}Y糯想}bE | 1110011110110011101011111110011010000011101100110111110101011001111001111011001110101111111001101000001110110011011111010110001001000101 | e7b3afe683b37d59e7b3afe683b37d6245 |
UHC | ?想}Y?想}bE | 0011111111011111110011000111110101011001001111111101111111001100011111010110001001000101 | 3fdfcc7d593fdfcc7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)