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 | 111110101001110010111000010110011111101010011100101110000110001001000101 | fa9cb859fa9cb86245 |
EUC-JP | ?クY?クbE | 001111111000111010111000010110010011111110001110101110000110001001000101 | 3f8eb8593f8eb86245 |
UTF-8 | 塚クY塚クbE | 111011111010100010010000111011111011110110111000010110011110111110101000100100001110111110111101101110000110001001000101 | efa890efbdb859efa890efbdb86245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)