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 | ²ò | 1001001010110010100101011111001010000010100010011000100110001110 | 92b295f28289898e |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???ò???? | 00111111001111110011111110001111101010111101001000111111001111110011111100111111 | 3f3f3f8fabd23f3f3f3f |
UTF-8 | ²ò | 11000010100100101100001010110010110000101001010111000011101100101100001010000010110000101000100111000010100010011100001010001110 | c292c2b2c295c3b2c282c289c289c28e |
UHC | ?²?????? | 001111111010100111110111001111110011111100111111001111110011111100111111 | 3fa9f73f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)