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 | 嚥〓?肉?? | 100110101000101110000001101011000011111110010011111101110011111100111111 | 9a8b81ac3f93f73f3f |
EUC-JP | 嚥〓?肉?? | 110100111110101110100010101011100011111111000110111110010011111100111111 | d3eba2ae3fc6f93f3f |
UTF-8 | 嚥〓떴肉븀솾 | 111001011001101010100101111000111000000010010011111010111001011010110100111010001000001010001001111010111011100010000000111011001000011010111110 | e59aa5e38093eb96b4e88289ebb880ec86be |
UHC | 嚥〓떴肉븀솾 | 111001101011111110100001111010111011011010111001111010111011111110111010111001111001100110110010 | e6bfa1ebb6b9ebbfbae799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)