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 | 茹?,二?? | 111001001010010100111111100000010100001110010011111100010011111100111111 | e4a53f814393f13f3f |
EUC-JP | 茹?,二?? | 111010001010011100111111101000011010010011000110111100110011111100111111 | e8a73fa1a4c6f33f3f |
UTF-8 | 茹띾,二당퓖 | 111010001000110010111001111010111001110110111110111011111011110010001100111001001011101010001100111010111000101110111001111011011001001110010110 | e88cb9eb9dbeefbc8ce4ba8ceb8bb9ed9396 |
UHC | 茹띾,二당퓖 | 111001101010101010001101111010111010001110101100111011001010001110110100111001111011111110000001 | e6aa8deba3aceca3b4e7bf81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)