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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 地?各俺 | 10010010011011100011111110001010011001011000100110110100 | 926e3f8a6589b4 |
EUC-JP | 地?各俺 | 11000011110011110011111110110011110001101011001010110110 | c3cf3fb3c6b2b6 |
UTF-8 | 地쟀各俺 | 111001011001110010110000111011001001111110000000111001011001000010000100111001001011111110111010 | e59cb0ec9f80e59084e4bfba |
UHC | 地쟀各俺 | 1111001010100010110000001110111011001010110000001110010111101111 | f2a2c0eecac0e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)