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 | ???刷?? | 00111111001111110011111110001101111111000011111100111111 | 3f3f3f8dfc3f3f |
EUC-JP | ???刷?? | 00111111001111110011111110111010111111100011111100111111 | 3f3f3fbafe3f3f |
UTF-8 | 뤶옘깃刷퉈렯 | 111010111010010010110110111011001001100010011000111010101011100110000011111001011000100010110111111011011000100110001000111010111010000010101111 | eba4b6ec9898eab983e588b7ed8988eba0af |
UHC | 뤶옘깃刷퉈렯 | 100011111110010010111111101111001011000111101010111000011110110011000101111111011000111010111100 | 8fe4bfbcb1eae1ecc5fd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)