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 | ???幽?? | 00111111001111110011111110010111010010000011111100111111 | 3f3f3f97483f3f |
EUC-JP | ???幽?? | 00111111001111110011111111001101101010010011111100111111 | 3f3f3fcda93f3f |
UTF-8 | 蓮울퐟幽깁굲 | 111011111010011010011001111011001001101010111000111011011001000010011111111001011011100110111101111010101011100110000001111010101011010110110010 | efa699ec9ab8ed909fe5b9bdeab981eab5b2 |
UHC | 蓮울퐟幽깁굲 | 111001101110010110111111111011111011110110001000111010101110101110110001111010011000001010010101 | e6e5bfefbd88eaebb1e98295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)