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 | 將ラ???? | 1001101110010010100000111000100100111111001111110011111100111111 | 9b9283893f3f3f3f |
EUC-JP | 將ラ???? | 1101010111110010101001011110100100111111001111110011111100111111 | d5f2a5e93f3f3f3f |
UTF-8 | 將ラ츆燎뺞굄 | 111001011011000010000111111000111000001110101001111011001011100010000110111011111010011110000000111010111011101010011110111010101011010110000100 | e5b087e383a9ecb886efa780ebba9eeab584 |
UHC | 將ラ츆燎뺞굄 | 111011011110001010101011111010011010111010000011111010001111101110010101111001101011000110101111 | ede2abe9ae83e8fb95e6b1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)