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 | ?幾???チ | 0011111110001010111101000011111100111111001111111000001101100000 | 3f8af43f3f3f8360 |
EUC-JP | ?幾???チ | 0011111110110100111101100011111100111111001111111010010111000001 | 3fb4f63f3f3fa5c1 |
UTF-8 | 룵幾씸룴횕チ | 111010111010001110110101111001011011100110111110111011001001010010111000111010111010001110110100111011011001101010010101111000111000001110000001 | eba3b5e5b9beec94b8eba3b4ed9a95e38381 |
UHC | 룵幾씸룴횕チ | 100011111010101011010000111110101011111011000010100011111010100111000011100011111010101111000001 | 8faad0fabec28fa9c38fabc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)