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 | 弔?伊豆?畯 | 10010010101000100011111110001000110010011001001110100100001111111111101101101111 | 92a23f88c993a43ffb6f |
EUC-JP | 弔?伊豆?畯 | 1100010010100100001111111011000011001011110001101010011000111111100011111100110110111011 | c4a43fb0cbc6a63f8fcdbb |
UTF-8 | 弔렟伊豆쑹畯 | 111001011011110010010100111010111010000010011111111001001011110010001010111010001011000110000110111011001001000110111001111001111001010110101111 | e5bc94eba09fe4bc8ae8b186ec91b9e795af |
UHC | 弔렟伊豆쑹畯 | 111100001100000010001110101100001110110010100101110101001110011110111110101010111111000111100001 | f0c08eb0eca5d4e7beabf1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)