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 | 1110011010011111100001000111110101011001111001101001111110000100011111010110001001000101 | e69f847d59e69f847d6245 |
EUC-JP | 譟мY譟мbE | 1110110010100001101001111101111001011001111011001010000110100111110111100110001001000101 | eca1a7de59eca1a7de6245 |
UTF-8 | 譟мY譟мbE | 11101000101011011001111111010000101111000101100111101000101011011001111111010000101111000110001001000101 | e8ad9fd0bc59e8ad9fd0bc6245 |
UHC | ?мY?мbE | 001111111010110011011110010110010011111110101100110111100110001001000101 | 3facde593facde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)