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 | 悟??幽?? | 1000110011100101001111110011111110010111010010000011111100111111 | 8ce53f3f97483f3f |
EUC-JP | 悟??幽?? | 1011100011100111001111110011111111001101101010010011111100111111 | b8e73f3fcda93f3f |
UTF-8 | 悟듽끂幽긺넲 | 111001101000001010011111111010111001001110111101111010111000000110000010111001011011100110111101111010101011100010111010111010111000010010110010 | e6829feb93bdeb8182e5b9bdeab8baeb84b2 |
UHC | 悟듽끂幽긺넲 | 111001111111011010001010111000111000010110111000111010101110101110110001111001111000011010110001 | e7f68ae385b8eaebb1e786b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)