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 | 阮ィ蛹サ諡カ | 111010001001011010101000111001011000110010111011111001101000101110110110 | e896a8e58cbbe68bb6 |
EUC-JP | 阮ィ蛹サ諡カ | 111011111111011010001110101010001110100111101100100011101011101111101011111010111000111010110110 | eff68ea8e9ec8ebbebeb8eb6 |
UTF-8 | 阮ィ蛹サ諡カ | 111010011001100010101110111011111011110110101000111010001001101110111001111011111011110110111011111010001010101110100001111011111011110110110110 | e998aeefbda8e89bb9efbdbbe8aba1efbdb6 |
UHC | 阮???諡? | 1110100011010110001111110011111100111111111000111100110100111111 | e8d63f3f3fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)