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 | 秧???? | 111000100101111000111111001111110011111100111111 | e25e3f3f3f3f |
EUC-JP | 秧???? | 111000111011111100111111001111110011111100111111 | e3bf3f3f3f3f |
UTF-8 | 秧졻꽓劉쵧 | 111001111010011110100111111011001010000110111011111010101011110110010011111011111010011110000111111011001011010110100111 | e7a7a7eca1bbeabd93efa787ecb5a7 |
UHC | 秧졻꽓劉쵧 | 11100100111010111010000011100010100001001010001011101010111001011010110101000110 | e4eba0e284a2eae5ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)