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 | 爵灼邪糘灼 | 100011101101110110001110110111001000111011010111111000101111001011110010111100111000111011011100 | 8edd8edc8ed7e2f2f2f38edc |
EUC-JP | 爵灼邪糘?灼 | 1011110011011111101111001101111010111100110110011110010011110100001111111011110011011110 | bcdfbcdebcd9e4f43fbcde |
UTF-8 | 爵灼邪糘灼 | 111001111000100010110101111001111000000110111100111010011000001010101010111001111011001110011000111011101000100010101010111001111000000110111100 | e788b5e781bce982aae7b398ee88aae781bc |
UHC | 爵灼邪??灼 | 11101101110010011110110111000111110111101111011100111111001111111110110111000111 | edc9edc7def73f3fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)