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 | 檍욋뫀二㎪에 | 111001101010101010001101111011001001101010001011111010111010101110000000111001001011101010001100111000111000111010101010111011001001011110010000 | e6aa8dec9a8bebab80e4ba8ce38eaaec9790 |
UHC | 檍욋뫀二㎪에 | 111001011110010110111111111000101001000110100100111011001010001110100111111001101011111110100001 | e5e5bfe291a4eca3a7e6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)