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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | ???節??o | 0011111100111111001111111001000011011111001111110011111101101111 | 3f3f3f90df3f3f6f |
EUC-JP | 縕??節??o | 10001111110101001100001000111111001111111100000011100001001111110011111101101111 | 8fd4c23f3fc0e13f3f6f |
UTF-8 | 縕됭땽節깍쉬o | 11100111101110001001010111101011100100001010110111101011100101011011110111100111101011111000000011101010101110011000110111101100100010011010110001101111 | e7b895eb90adeb95bde7af80eab98dec89ac6f |
UHC | 縕됭땽節깍쉬o | 11101000101100101000100111101000100010111001001111101111101111011011000111101111101111011010110001101111 | e8b289e88b93efbdb1efbdac6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)