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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 譽扶Y譽扶bE | 1110011010100011100101010111110101011001111001101010001110010101011111010110001001000101 | e6a3957d59e6a3957d6245 |
EUC-JP | 譽扶Y譽扶bE | 1110110010100101110010011101111001011001111011001010010111001001110111100110001001000101 | eca5c9de59eca5c9de6245 |
UTF-8 | 譽扶Y譽扶bE | 111010001010110110111101111001101000100110110110010110011110100010101101101111011110011010001001101101100110001001000101 | e8adbde689b659e8adbde689b66245 |
UHC | 譽扶Y譽扶bE | 1110011111100010110111011010011001011001111001111110001011011101101001100110001001000101 | e7e2dda659e7e2dda66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)