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 | 濟???蜘? | 1110000001011010001111110011111100111111100100100111011100111111 | e05a3f3f3f92773f |
EUC-JP | 濟?栯?蜘? | 11011111101110110011111110001111110000111101001000111111110000111101100000111111 | dfbb3f8fc3d23fc3d83f |
UTF-8 | 濟렊栯렟蜘렲 | 111001101011111110011111111010111010000010001010111001101010000010101111111010111010000010011111111010001001110010011000111010111010000010110010 | e6bf9feba08ae6a0afeba09fe89c98eba0b2 |
UHC | 濟렊栯렟蜘렲 | 111100001010110110001110101000011110100111110001100011101011000011110010101110111000111010111111 | f0ad8ea1e9f18eb0f2bb8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)