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 | ???旬?? | 00111111001111110011111110001111011110110011111100111111 | 3f3f3f8f7b3f3f |
EUC-JP | ???旬?? | 00111111001111110011111110111101110111000011111100111111 | 3f3f3fbddc3f3f |
UTF-8 | 銳띾㈇旬룟봅 | 111010011000101010110011111010111001110110111110111000111000100010000111111001101001011110101100111010111010001110011111111010111011010010000101 | e98ab3eb9dbee38887e697aceba39febb485 |
UHC | 銳띾㈇旬룟봅 | 111001111110010110001101111010111010100110111000111000101110001010110111111001011011101010111110 | e7e58deba9b8e2e2b7e5babe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)