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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??敦瑠 | 001111110011111110010011110101101001011111011010 | 3f3f93d697da |
EUC-JP | ??敦瑠 | 001111110011111111000110110110001100111011011100 | 3f3fc6d8cedc |
UTF-8 | 렺唜敦瑠 | 111010111010000010111010111001011001010010011100111001101001010110100110111001111001000110100000 | eba0bae5949ce695a6e791a0 |
UHC | 렺唜敦瑠 | 1000111011000010110110001100010111010100110001001101011110111001 | 8ec2d8c5d4c4d7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)