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 | ?迦}??? | 0011111110001001110111101000000101110000001111110011111100111111 | 3f89de81703f3f3f |
EUC-JP | ?迦}??? | 0011111110110010111000001010000111010001001111110011111100111111 | 3fb2e0a1d13f3f3f |
UTF-8 | 뤚迦}롖狀렯 | 111010111010010010011010111010001011111110100110111011111011110110011101111010111010000110010110111011111010011110111010111010111010000010101111 | eba49ae8bfa6efbd9deba196efa7baeba0af |
UHC | 뤚迦}롖狀렯 | 100011111100100111001010101111001010001111111101100011101101101011101101111011101000111010111100 | 8fc9cabca3fd8edaedee8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)