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 | ?ゃ?竊?? | 0011111110000010111000010011111111100010100001100011111100111111 | 3f82e13fe2863f3f |
EUC-JP | ?ゃ?竊?? | 0011111110100100111000110011111111100011111001100011111100111111 | 3fa4e33fe3e63f3f |
UTF-8 | 閭ゃ룗竊섑룓 | 111011111010011010000110111000111000001010000011111010111010001110010111111001111010101110001010111011001000010010010001111010111010001110010011 | efa686e38283eba397e7ab8aec8491eba393 |
UHC | 閭ゃ룗竊섑룓 | 111001101010110110101010111000111000111110010011111011111011110010011000111011011000111110010000 | e6adaae38f93efbc98ed8f90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)