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 | 畏???e? | 1000100011011000001111110011111100111111100000101000010100111111 | 88d83f3f3f82853f |
EUC-JP | 畏??靷e? | 10110000110110100011111100111111100011111110011110111101101000111110010100111111 | b0da3f3f8fe7bda3e53f |
UTF-8 | 畏브낑靷e쮿 | 111001111001010110001111111010111011100010001100111010111000001010010001111010011001110110110111111011111011110110000101111011001010111010111111 | e7958febb88ceb8291e99db7efbd85ecaebf |
UHC | 畏브낑靷e쮿 | 111010001110011010111010111010101011001110101001111011001110011010100011111001011010100010011011 | e8e6baeab3a9ece6a3e5a89b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)