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 | 昊?瑚驀?紗 | 10011101110111010011111110001100111010001110100101111101001111111000111011010001 | 9ddd3f8ce8e97d3f8ed1 |
EUC-JP | 昊?瑚驀?紗 | 11011010110111110011111110111000111010101111000111011110001111111011110011010011 | dadf3fb8eaf1de3fbcd3 |
UTF-8 | 昊렕瑚驀렜紗 | 111001101001100010001010111010111010000010010101111001111001000110011010111010011010100110000000111010111010000010011100111001111011010010010111 | e6988aeba095e7919ae9a980eba09ce7b497 |
UHC | 昊렕瑚驀렜紗 | 111110111100010010001110101010101111101111010001110110001110100110001110101011101101111011101001 | fbc48eaafbd1d8e98eaedee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)