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 | ??モ??タ | 0011111100111111100000111000001000111111001111111000001101011110 | 3f3f83823f3f835e |
EUC-JP | ??モ??タ | 0011111100111111101001011110001000111111001111111010010110111111 | 3f3fa5e23f3fa5bf |
UTF-8 | 룶퀛モ룵혧タ | 111010111010001110110110111011011000000010011011111000111000001110100010111010111010001110110101111011011001100010100111111000111000001010111111 | eba3b6ed809be383a2eba3b5ed98a7e382bf |
UHC | 룶퀛モ룵혧タ | 100011111010101110110011100011111010101111100010100011111010101011000010100011111010101110111111 | 8fabb38fabe28faac28fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)