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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 箏?}Y箏?}bE | 1110001010110101001111110111110101011001111000101011010100111111011111010110001001000101 | e2b53f7d59e2b53f7d6245 |
EUC-JP | 箏?}Y箏?}bE | 1110010010110111001111110111110101011001111001001011011100111111011111010110001001000101 | e4b73f7d59e4b73f7d6245 |
UTF-8 | 箏렠}Y箏렠}bE | 1110011110101110100011111110101110100000101000000111110101011001111001111010111010001111111010111010000010100000011111010110001001000101 | e7ae8feba0a07d59e7ae8feba0a07d6245 |
UHC | 箏렠}Y箏렠}bE | 11101110101101001000111010110001011111010101100111101110101101001000111010110001011111010110001001000101 | eeb48eb17d59eeb48eb17d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)