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 | 余??維?? | 1001011101011101001111110011111110001000110110110011111100111111 | 975d3f3f88db3f3f |
EUC-JP | 余??維?? | 1100110110111110001111110011111110110000110111010011111100111111 | cdbe3f3fb0dd3f3f |
UTF-8 | 余꾨맚維띷ㅀ | 111001001011110110011001111010101011111010101000111010111010011110011010111001111011011010101101111010111001110110110111111000111000010110000000 | e4bd99eabea8eba79ae7b6adeb9db7e38580 |
UHC | 余꾨맚維띷ㅀ | 111001011111100110000100111010111001000010101010111010111010101110001101111001101010010010110000 | e5f984eb90aaebab8de6a4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)