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 | ???P???wF | 001111110011111100111111010100000011111100111111001111110111011101000110 | 3f3f3f503f3f3f7746 |
SJIS-WIN | ???P???wF | 001111110011111100111111010100000011111100111111001111110111011101000110 | 3f3f3f503f3f3f7746 |
EUC-JP | ???P???wF | 001111110011111100111111010100000011111100111111001111110111011101000110 | 3f3f3f503f3f3f7746 |
UTF-8 | 묷뫎뫉P묷뫌뫚wF | 111010111010110010110111111010111010101110001110111010111010101110001001010100001110101110101100101101111110101110101011100011001110101110101011100110100111011101000110 | ebacb7ebab8eebab8950ebacb7ebab8cebab9a7746 |
UHC | 묷뫎뫉P묷뫌뫚wF | 100100100100101110010001101100001001000110101011010100001001001001001011100100011010111010010001101110100111011101000110 | 924b91b091ab50924b91ae91ba7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)