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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邂情勘瀨唯 | 11100111101011101000111111101110100010101010100011111011010100001001011101000010 | e7ae8fee8aa8fb509742 |
EUC-JP | 邂情勘?唯 | 111011101011000010111110111100001011010010101010001111111100110110100011 | eeb0bef0b4aa3fcda3 |
UTF-8 | 邂情勘瀨唯 | 111010011000001010000010111001101000001110000101111001011000101110011000111001111000000010101000111001011001010010101111 | e98282e68385e58b98e780a8e594af |
UHC | 邂情勘瀨唯 | 11111010101100111110111111010111110010101110101111010110111011101110101011100110 | fab3efd7caebd6eeeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)