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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譟肥シ | 1110011010011111100101001110110010111100 | e69f94ecbc |
EUC-JP | 譟肥シ | 111011001010000111001000111011101000111010111100 | eca1c8ee8ebc |
UTF-8 | 譟肥シ | 111010001010110110011111111010001000001010100101111011111011110110111100 | e8ad9fe882a5efbdbc |
UHC | ?肥? | 00111111110111011111111000111111 | 3fddfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)