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 | 1110011010100001100011100111110101011001111001101010000110001110011111010110001001000101 | e6a18e7d59e6a18e7d6245 |
EUC-JP | 譯枝Y譯枝bE | 1110110010100011101110111101111001011001111011001010001110111011110111100110001001000101 | eca3bbde59eca3bbde6245 |
UTF-8 | 譯枝Y譯枝bE | 111010001010110110101111111001101001111010011101010110011110100010101101101011111110011010011110100111010110001001000101 | e8adafe69e9d59e8adafe69e9d6245 |
UHC | 譯枝Y譯枝bE | 1110011010111011111100101010101101011001111001101011101111110010101010110110001001000101 | e6bbf2ab59e6bbf2ab6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)