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 | 劑班???? | 1001100110011101100101001100011100111111001111110011111100111111 | 999d94c73f3f3f3f |
EUC-JP | 劑班???? | 1101000111111101110010001100100100111111001111110011111100111111 | d1fdc8c93f3f3f3f |
UTF-8 | 劑班렮쿄렡렋 | 111001011000101010010001111001111000111110101101111010111010000010101110111011001011111110000100111010111010000010100001111010111010000010001011 | e58a91e78fadeba0aeecbf84eba0a1eba08b |
UHC | 劑班렮쿄렡렋 | 111100001010010111011010111011001000111010111011110001001110110010001110101100101000111010100010 | f0a5daec8ebbc4ec8eb28ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)