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 | 艶??兄ょ? | 100010011001000000111111001111111000110001011010100000101110010100111111 | 89903f3f8c5a82e53f |
EUC-JP | 艶??兄ょ? | 101100011111000000111111001111111011011110111011101001001110011100111111 | b1f03f3fb7bba4e73f |
UTF-8 | 艶쀧왃兄ょ윐 | 111010001000100110110110111011001000000010100111111011001001100110000011111001011000010110000100111000111000001010000111111011001001110010010000 | e889b6ec80a7ec9983e58584e38287ec9c90 |
UHC | 艶쀧왃兄ょ윐 | 111001101111110110010111111001111001111010110110111110101111110010101010111001111001111110010111 | e6fd97e79eb6fafcaae79f97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)