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 | ?葛??轅? | 0011111110001010100010110011111100111111111001110111011000111111 | 3f8a8b3f3fe7763f |
EUC-JP | 焌葛??轅? | 10001111110010011110100010110011111010110011111100111111111011011101011100111111 | 8fc9e8b3eb3f3fedd73f |
UTF-8 | 焌葛렎렏轅렖 | 111001111000010010001100111010001001000110011011111010111010000010001110111010111010000010001111111010001011110110000101111010111010000010010110 | e7848ce8919beba08eeba08fe8bd85eba096 |
UHC | 焌葛렎렏轅렖 | 111100011110000011001010111001111000111010100100100011101010010111101010101111111000111010101011 | f1e0cae78ea48ea5eabf8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)