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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譟肥スウ | 111001101001111110010100111011001011110110110011 | e69f94ecbdb3 |
EUC-JP | 譟肥スウ | 1110110010100001110010001110111010001110101111011000111010110011 | eca1c8ee8ebd8eb3 |
UTF-8 | 譟肥スウ | 111010001010110110011111111010001000001010100101111011111011110110111101111011111011110110110011 | e8ad9fe882a5efbdbdefbdb3 |
UHC | ?肥?? | 0011111111011101111111100011111100111111 | 3fddfe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)