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 | 逡壌ク鷺刹謠 | 1110011110010101100011111110101110111000100011011110101110011001100010111110011010001111 | e7958febb88deb998be68f |
EUC-JP | 逡壌ク鷺刹謠 | 111011011111010110111110111011011000111010111000101110101110110111010001111010111110101111101111 | edf5beed8eb8baedd1ebebef |
UTF-8 | 逡壌ク鷺刹謠 | 111010011000000010100001111001011010001110001100111011111011110110111000111010011011011110111010111001011000100010111001111010001010110010100000 | e980a1e5a38cefbdb8e9b7bae588b9e8aca0 |
UHC | 逡??鷺刹謠 | 11110001111001000011111100111111110101101101110011110011110010111110100110101010 | f1e43f3fd6dcf3cbe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)