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 | 檍??二?? | 1001111011111000001111110011111110010011111100010011111100111111 | 9ef83f3f93f13f3f |
EUC-JP | 檍??二?? | 1101110011111010001111110011111111000110111100110011111100111111 | dcfa3f3fc6f33f3f |
UTF-8 | 檍우눖二놂쭓 | 111001101010101010001101111011001001101010110000111010111000100010010110111001001011101010001100111010111000011010000010111011001010110110010011 | e6aa8dec9ab0eb8896e4ba8ceb8682ecad93 |
UHC | 檍우눖二놂쭓 | 111001011110010110111111111011001000011110110000111011001010001110110011111011111010011110001011 | e5e5bfec87b0eca3b3efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)