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 | í³qYí³qbE | 1110110110011000101100110111000101011001111011011001100010110011011100010110001001000101 | ed98b37159ed98b3716245 |
SJIS-WIN | ???qY???qbE | 0011111100111111001111110111000101011001001111110011111100111111011100010110001001000101 | 3f3f3f71593f3f3f716245 |
EUC-JP | í??qYí??qbE | 100011111010101110111111001111110011111101110001010110011000111110101011101111110011111100111111011100010110001001000101 | 8fabbf3f3f71598fabbf3f3f716245 |
UTF-8 | í³qYí³qbE | 1100001110101101110000101001100011000010101100110111000101011001110000111010110111000010100110001100001010110011011100010110001001000101 | c3adc298c2b37159c3adc298c2b3716245 |
UHC | ??³qY??³qbE | 00111111001111111010100111111000011100010101100100111111001111111010100111111000011100010110001001000101 | 3f3fa9f871593f3fa9f8716245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)