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 | ?j?猶?? | 0011111110000010100010100011111110010111010100000011111100111111 | 3f828a3f97503f3f |
EUC-JP | ?j?猶?? | 0011111110100011111010100011111111001101101100010011111100111111 | 3fa3ea3fcdb13f3f |
UTF-8 | 銳j랩猶꾣듉 | 111010011000101010110011111011111011110110001010111010111001111010101001111001111000110010110110111010101011111010100011111010111001001110001001 | e98ab3efbd8aeb9ea9e78cb6eabea3eb9389 |
UHC | 銳j랩猶꾣듉 | 111001111110010110100011111010101011011110100110111010111010001010000100111001101000101010111100 | e7e5a3eab7a6eba284e68abc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)