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 | ?盒礪?捲其 | 00111111111000011011010011100001111010000011111110001100100111101001000110110100 | 3fe1b4e1e83f8c9e91b4 |
EUC-JP | ?盒礪?捲其 | 00111111111000101011011011100010111010100011111110110111111111101100001010110110 | 3fe2b6e2ea3fb7fec2b6 |
UTF-8 | 뤿盒礪횓捲其 | 111010111010010010111111111001111001101110010010111001111010010010101010111011011001101010010011111001101000110110110010111001011000010110110110 | eba4bfe79b92e7a4aaed9a93e68db2e585b6 |
UHC | 뤿盒礪횓捲其 | 100011111110101111111001111011001101010111101100110000111000111011001111111011001101000011101100 | 8febf9ecd5ecc38ecfecd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)