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 | 1001101001010001111000100110011001011001100110100101000111100010011001100110001001000101 | 9a51e266599a51e2666245 |
EUC-JP | 啣稠Y啣稠bE | 1101001110110010111000111100011101011001110100111011001011100011110001110110001001000101 | d3b2e3c759d3b2e3c76245 |
UTF-8 | 啣稠Y啣稠bE | 111001011001010110100011111001111010100010100000010110011110010110010101101000111110011110101000101000000110001001000101 | e595a3e7a8a059e595a3e7a8a06245 |
UHC | 啣稠Y啣稠bE | 1111100111100001111100001101011001011001111110011110000111110000110101100110001001000101 | f9e1f0d659f9e1f0d66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)