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 | 1110001101100100111000101100000001011001111000110110010011100010110000000110001001000101 | e364e2c059e364e2c06245 |
EUC-JP | 綸簑Y綸簑bE | 1110010111000101111001001100001001011001111001011100010111100100110000100110001001000101 | e5c5e4c259e5c5e4c26245 |
UTF-8 | 綸簑Y綸簑bE | 111001111011011010111000111001111011000010010001010110011110011110110110101110001110011110110000100100010110001001000101 | e7b6b8e7b09159e7b6b8e7b0916245 |
UHC | 綸?Y綸?bE | 110101111100011000111111010110011101011111000110001111110110001001000101 | d7c63f59d7c63f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)