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 | 閱묐몮幽딅룿 | 111010011001011010110001111010111010110010010000111010111010101010101110111001011011100110111101111010111001010010000101111010111010001110111111 | e996b1ebac90ebaaaee5b9bdeb9485eba3bf |
UHC | 閱묐몮幽딅룿 | 111001101111001110010001111010111001000110011000111010101110101110001010111010111000111110110000 | e6f391eb9198eaeb8aeb8fb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)