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 | 1110100111101011001111110111110101011001111010011110101100111111011111010110001001000101 | e9eb3f7d59e9eb3f7d6245 |
EUC-JP | 鴉?}Y鴉?}bE | 1111001011101101001111110111110101011001111100101110110100111111011111010110001001000101 | f2ed3f7d59f2ed3f7d6245 |
UTF-8 | 鴉쒡}Y鴉쒡}bE | 1110100110110100100010011110110010010010101000010111110101011001111010011011010010001001111011001001001010100001011111010110001001000101 | e9b489ec92a17d59e9b489ec92a17d6245 |
UHC | 鴉쒡}Y鴉쒡}bE | 11100100101111001001110011110110011111010101100111100100101111001001110011110110011111010110001001000101 | e4bc9cf67d59e4bc9cf67d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)