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 | 100010100101101100111111010110011000101001011011001111110110001001000101 | 8a5b3f598a5b3f6245 |
EUC-JP | 骸?Y骸?bE | 101100111011110000111111010110011011001110111100001111110110001001000101 | b3bc3f59b3bc3f6245 |
UTF-8 | 骸뒷Y骸뒷bE | 111010011010101010111000111010111001001010110111010110011110100110101010101110001110101110010010101101110110001001000101 | e9aab8eb92b759e9aab8eb92b76245 |
UHC | 骸뒷Y骸뒷bE | 1111101010110101101101011101111001011001111110101011010110110101110111100110001001000101 | fab5b5de59fab5b5de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)