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 | 壅??億?? | 1001101011010111001111110011111110001001101011010011111100111111 | 9ad73f3f89ad3f3f |
EUC-JP | 壅??億?? | 1101010011011001001111110011111110110010101011110011111100111111 | d4d93f3fb2af3f3f |
UTF-8 | 壅뜹읃億롩겎 | 111001011010001110000101111010111001110010111001111011001001110110000011111001011000010010000100111010111010000110101001111010101011001010001110 | e5a385eb9cb9ec9d83e58484eba1a9eab28e |
UHC | 壅뜹읃億롩겎 | 111010001011010110110110111001011001111110111010111001011110001010001110111010011000000110100111 | e8b5b6e59fbae5e28ee981a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)