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 | ???誼?? | 00111111001111110011111110001011011000100011111100111111 | 3f3f3f8b623f3f |
EUC-JP | 獒??誼?? | 100011111100101110111011001111110011111110110101110000110011111100111111 | 8fcbbb3f3fb5c33f3f |
UTF-8 | 獒붽쑬誼뜹궟 | 111001111000110110010010111010111011011010111101111011001001000110101100111010001010101010111100111010111001110010111001111010101011011010011111 | e78d92ebb6bdec91ace8aabceb9cb9eab69f |
UHC | 獒붽쑬誼뜹궟 | 111010001010001110010100111010101011111010101000111010111111111010110110111001011000001010110010 | e8a394eabea8ebfeb6e582b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)