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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 峨??^ | 1000100111100011001111110011111101011110 | 89e33f3f5e |
EUC-JP | 峨??^ | 1011001011100101001111110011111101011110 | b2e53f3f5e |
UTF-8 | 峨곫둅^ | 11100101101100111010100011101010101100111010101111101011100100011000010101011110 | e5b3a8eab3abeb91855e |
UHC | 峨곫둅^ | 11100100101100011000000111100110100010100100000101011110 | e4b181e68a415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)