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 | 瀛??竊?━ | 111000000110100100111111001111111110001010000110001111111000010010101010 | e0693f3fe2863f84aa |
EUC-JP | 瀛??竊?━ | 110111111100101000111111001111111110001111100110001111111010100010101100 | dfca3f3fe3e63fa8ac |
UTF-8 | 瀛볝굦竊뤺━ | 111001111000000010011011111010111011001110011101111010101011010110100110111001111010101110001010111010111010010010111010111000101001010010000001 | e7809bebb39deab5a6e7ab8aeba4bae29481 |
UHC | 瀛볝굦竊뤺━ | 111001111011101010010011111000111000001010001100111011111011110010001111111010001010011010101100 | e7ba93e3828cefbc8fe8a6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)