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 | 100010100101000000111111010110011000101001010000001111110110001001000101 | 8a503f598a503f6245 |
EUC-JP | 咳?Y咳?bE | 101100111011000100111111010110011011001110110001001111110110001001000101 | b3b13f59b3b13f6245 |
UTF-8 | 咳뒷Y咳뒷bE | 111001011001001010110011111010111001001010110111010110011110010110010010101100111110101110010010101101110110001001000101 | e592b3eb92b759e592b3eb92b76245 |
UHC | 咳뒷Y咳뒷bE | 1111101010100110101101011101111001011001111110101010011010110101110111100110001001000101 | faa6b5de59faa6b5de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)