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 | 奧??乙?? | 1001101011111010001111110011111110001001101100110011111100111111 | 9afa3f3f89b33f3f |
EUC-JP | 奧??乙?? | 1101010011111100001111110011111110110010101101010011111100111111 | d4fc3f3fb2b53f3f |
UTF-8 | 奧숇떴乙ㅷ궚 | 111001011010010110100111111011001000100010000111111010111001011010110100111001001011100110011001111000111000010110110111111010101011011010011010 | e5a5a7ec8887eb96b4e4b999e385b7eab69a |
UHC | 奧숇떴乙ㅷ궚 | 111001111111001110011001111010111011011010111001111010111110000010100100111001111000001010101111 | e7f399ebb6b9ebe0a4e782af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)