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 | 1110001001100111001111110111110101011001111000100110011100111111011111010110001001000101 | e2673f7d59e2673f7d6245 |
EUC-JP | 稟?}Y稟?}bE | 1110001111001000001111110111110101011001111000111100100000111111011111010110001001000101 | e3c83f7d59e3c83f7d6245 |
UTF-8 | 稟괸}Y稟괸}bE | 1110011110101000100111111110101010110100101110000111110101011001111001111010100010011111111010101011010010111000011111010110001001000101 | e7a89feab4b87d59e7a89feab4b87d6245 |
UHC | 稟괸}Y稟괸}bE | 11111001101000101011000110101101011111010101100111111001101000101011000110101101011111010110001001000101 | f9a2b1ad7d59f9a2b1ad7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)