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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 棚辿続h棚辿 | 1001001001001001100100100100100010010001101100010110100010010010010010011001001001001000 | 9249924891b16892499248 |
EUC-JP | 棚辿続h棚辿 | 1100001110101010110000111010100111000010101100110110100011000011101010101100001110101001 | c3aac3a9c2b368c3aac3a9 |
UTF-8 | 棚辿続h棚辿 | 11100110101000111001101011101000101111101011111111100111101101101001101001101000111001101010001110011010111010001011111010111111 | e6a39ae8bebfe7b69a68e6a39ae8bebf |
UHC | 棚??h棚? | 1101110111011100001111110011111101101000110111011101110000111111 | dddc3f3f68dddc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)