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 | ????葬? | 00111111001111110011111100111111100100011001001000111111 | 3f3f3f3f91923f |
EUC-JP | 焌???葬? | 100011111100100111101000001111110011111100111111110000011111001000111111 | 8fc9e83f3f3fc1f23f |
UTF-8 | 焌띄렭렚葬렔 | 111001111000010010001100111010111001110110000100111010111010000010101101111010111010000010011010111010001001000110101100111010111010000010010100 | e7848ceb9d84eba0adeba09ae891aceba094 |
UHC | 焌띄렭렚葬렔 | 111100011110000010110110111001111000111010111010100011101010110111101101111101111000111010101001 | f1e0b6e78eba8eadedf78ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)