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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???刷??? | 0011111100111111001111111000110111111100001111110011111100111111 | 3f3f3f8dfc3f3f3f |
EUC-JP | ???刷??? | 0011111100111111001111111011101011111110001111110011111100111111 | 3f3f3fbafe3f3f3f |
UTF-8 | 뤶옘깃刷퉈렯뤋 | 111010111010010010110110111011001001100010011000111010101011100110000011111001011000100010110111111011011000100110001000111010111010000010101111111010111010010010001011 | eba4b6ec9898eab983e588b7ed8988eba0afeba48b |
UHC | 뤶옘깃刷퉈렯뤋 | 1000111111100100101111111011110010110001111010101110000111101100110001011111110110001110101111001000111110111011 | 8fe4bfbcb1eae1ecc5fd8ebc8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)