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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???由?? | 00111111001111110011111110010111010100100011111100111111 | 3f3f3f97523f3f |
EUC-JP | ???由?? | 00111111001111110011111111001101101100110011111100111111 | 3f3f3fcdb33f3f |
UTF-8 | 嶺쎌궗由잏㎣ | 111011111010011010101011111011001000111010001100111010101011011010010111111001111001010010110001111011001001111010001111111000111000111010100011 | efa6abec8e8ceab697e794b1ec9e8fe38ea3 |
UHC | 嶺쎌궗由잏㎣ | 111001111010110110111101111011001000001010101100111010111010011010011111111001111010011110100111 | e7adbdec82aceba69fe7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)