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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??大???? | 0011111100111111100100011110010100111111001111110011111100111111 | 3f3f91e53f3f3f3f |
EUC-JP | ??大???? | 0011111100111111110000101110011100111111001111110011111100111111 | 3f3fc2e73f3f3f3f |
UTF-8 | 렻ㅔ大렻ㅔ훅┙ | 111010111010000010111011111000111000010110010100111001011010010010100111111010111010000010111011111000111000010110010100111011011001101110000101111000101001010010011001 | eba0bbe38594e5a4a7eba0bbe38594ed9b85e29499 |
UHC | 렻ㅔ大렻ㅔ훅┙ | 1000111011000011101001001100010011010011110111101000111011000011101001001100010011001000110001011010011011000100 | 8ec3a4c4d3de8ec3a4c4c8c5a6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)