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 | 驛??揖?? | 1110100110000011001111110011111110010111010010110011111100111111 | e9833f3f974b3f3f |
EUC-JP | 驛??揖?? | 1111000111100011001111110011111111001101101011000011111100111111 | f1e33f3fcdac3f3f |
UTF-8 | 驛노쪋揖섉벦 | 111010011010100110011011111010111000010110111000111011001010101010001011111001101000111110010110111011001000010010001001111010111011001010100110 | e9a99beb85b8ecaa8be68f96ec8489ebb2a6 |
UHC | 驛노쪋揖섉벦 | 111001101011111010110011111010111010010110000101111010111110011110011000111001101001001110111110 | e6beb3eba585ebe798e693be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)