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 | 暎℡?畏?? | 100111011111001110000111100001000011111110001000110110000011111100111111 | 9df387843f88d83f3f |
EUC-JP | 暎??畏?? | 1101101011110101001111110011111110110000110110100011111100111111 | daf53f3fb0da3f3f |
UTF-8 | 暎℡ㅁ畏놅숯 | 111001101001101010001110111000101000010010100001111000111000010110000001111001111001010110001111111010111000011010000101111011001000100010101111 | e69a8ee284a1e38581e7958feb8685ec88af |
UHC | 暎℡ㅁ畏놅숯 | 111001111011001010100010111001011010010010110001111010001110011010000110111011111011110110100001 | e7b2a2e5a4b1e8e686efbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)