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 | 銳녠엥旬뜹뀈 | 111010011000101010110011111010111000010110100000111011001001011110100101111001101001011110101100111010111001110010111001111010111000000010001000 | e98ab3eb85a0ec97a5e697aceb9cb9eb8088 |
UHC | 銳녠엥旬뜹뀈 | 111001111110010110110011111010101011111110101000111000101110001010110110111001011000010110000100 | e7e5b3eabfa8e2e2b6e58584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)