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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雫荼羮雫荼羮^ | 10001110101101001110010010110110111000111011110010001110101101001110010010110110111000111011110001011110 | 8eb4e4b6e3bc8eb4e4b6e3bc5e |
EUC-JP | 雫荼羮雫荼羮^ | 10111100101101101110100010111000111001101011111010111100101101101110100010111000111001101011111001011110 | bcb6e8b8e6bebcb6e8b8e6be5e |
UTF-8 | 雫荼羮雫荼羮^ | 11101001100110111010101111101000100011011011110011100111101111101010111011101001100110111010101111101000100011011011110011100111101111101010111001011110 | e99babe88dbce7beaee99babe88dbce7beae5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)