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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????モ?? | 0011111100111111001111110011111110000011100000100011111100111111 | 3f3f3f3f83823f3f |
EUC-JP | ????モ?? | 0011111100111111001111110011111110100101111000100011111100111111 | 3f3f3f3fa5e23f3f |
UTF-8 | 룴찹룵殺モ룶즽 | 111010111010001110110100111011001011000010111001111010111010001110110101111011111010010110110000111000111000001110100010111010111010001110110110111011001010011010111101 | eba3b4ecb0b9eba3b5efa5b0e383a2eba3b6eca6bd |
UHC | 룴찹룵殺モ룶즽 | 1000111110101001110000101111110110001111101010101110000111101101101010111110001010001111101010111010001110001111 | 8fa9c2fd8faae1edabe28faba38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)