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 | 葹狃蓚狆珎顯 | 111001001101111111100000101110111110010011101001111000001011110011100000110111011110100011111011 | e4dfe0bbe4e9e0bce0dde8fb |
EUC-JP | 葹狃蓚狆珎顯 | 111010001110000111100000101111011110100011101011111000001011111011100000110111111111000011111101 | e8e1e0bde8ebe0bee0dff0fd |
UTF-8 | 葹狃蓚狆珎顯 | 111010001001000110111001111001111000101110000011111010001001001110011010111001111000101110000110111001111000111110001110111010011010000110101111 | e891b9e78b83e8939ae78b86e78f8ee9a1af |
UHC | ??蓚??顯 | 0011111100111111111000101011111000111111001111111111101011101001 | 3f3fe2be3f3ffae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)